-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(ui5-datetime-picker): migrate tests to cypress #10845
base: main
Are you sure you want to change the base?
Conversation
cy.ui5DateTimePickerIsOpen("#dt").should("equal", false); | ||
}); | ||
|
||
it("tests selection of new date/time", () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test runs successfully standalone, but it is unstable when executed with the other tests.
Not exactly sure where is the root cause of this instability.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I could not identify it either, I will comment it out for now.
Previously our
ui5-datetime-picker
's tests were written using WebDriver IO (wdio) technology.With this change we migrate our
ui5-datetime-picker
's tests to Cypress and also clear old outdated ones.