Skip to content
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

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

hinzzx
Copy link
Contributor

@hinzzx hinzzx commented Feb 13, 2025

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.

cy.ui5DateTimePickerIsOpen("#dt").should("equal", false);
});

it("tests selection of new date/time", () => {
Copy link
Contributor

@unazko unazko Feb 17, 2025

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.

Copy link
Contributor Author

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.

@hinzzx hinzzx requested a review from unazko February 20, 2025 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants