-
-
Notifications
You must be signed in to change notification settings - Fork 765
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
fix: Update hashing and iteration logic of page object items #2067
Conversation
Android CI still needs some attention. Currently blocked by SeleniumHQ/selenium#13096 |
86e2cf5
to
d173837
Compare
This reverts commit 849ba17.
@@ -228,7 +239,6 @@ tasks.register('uiAutomationTest', Test) { | |||
includeTestsMatching 'io.appium.java_client.android.OpenNotificationsTest' | |||
includeTestsMatching '*.AndroidAppStringsTest' | |||
includeTestsMatching '*.pagefactory_tests.widget.tests.android.*' | |||
includeTestsMatching '*.pagefactory_tests.widget.tests.AndroidPageObjectTest' |
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.
is it removed intentionally?
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.
yes. The current pattern does not match anything. I've fixed it, but these tests still fail because of the CI slowness (I've verified them locally though). Maybe someone would find some time to make them work in the slow CI env 🤷
Change list
Adresses #2066
Types of changes