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

fix: Update hashing and iteration logic of page object items #2067

Merged
merged 11 commits into from
Nov 7, 2023

Conversation

mykola-mokhnach
Copy link
Contributor

Change list

Adresses #2066

Types of changes

  • No changes in production code.
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

@mykola-mokhnach
Copy link
Contributor Author

Android CI still needs some attention. Currently blocked by SeleniumHQ/selenium#13096

@@ -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'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it removed intentionally?

Copy link
Contributor Author

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 🤷

@mykola-mokhnach mykola-mokhnach merged commit 482748c into appium:master Nov 7, 2023
5 checks passed
@mykola-mokhnach mykola-mokhnach deleted the obj_methods branch November 7, 2023 11:27
This pull request was closed.
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.

3 participants