slider test component

This commit is contained in:
swtmply
2023-07-28 12:08:29 +08:00
parent e4890c5fb8
commit 8b4ce18409
3 changed files with 58 additions and 13 deletions

View File

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