IO-2327 job importing tests

This commit is contained in:
swtmply
2023-06-19 07:54:49 +08:00
parent 63f86e4627
commit aa064cc573
8 changed files with 79 additions and 7 deletions

View File

@@ -57,9 +57,9 @@ describe(
cy.get("#driveable").should("have.class", "ant-switch").click();
cy.get("#towin").should("have.class", "ant-switch").click();
// cy.get('[data-cy="convert-button"]').click();
cy.get('[data-cy="convert-button"]').click();
// cy.get(".ant-notification-notice-message").contains("successfully");
cy.get(".ant-notification-notice-message").contains("successfully");
});
}
);