-
Notifications
You must be signed in to change notification settings - Fork 32
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
Fixes and improvements to e2e tests #645
Conversation
The dropdown does not rely on a native select anymore, so this commit adds a few commands for interacting with it easily. Also removed unnecessary waits
This was impacted when the icons inside buttons received automatic stylingg
Affected libs:
|
3719713
to
e7363fe
Compare
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.
Thanks, @jahow, especially for the last commit making e2e tests independent of the system language.
I still have one test failing, but this might be on my side ("home" => "my favorites button") and should not be blocking.
e7363fe
to
81356bf
Compare
E2E tests have been made to pass again; some of them were failing following the dropdown refactoring. Also some of them were made quicker.
Also did some UI improvements while working on E2E tests: