-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Testing] Enabling more UI Tests by removing platform specific condition - 10 #27751
base: main
Are you sure you want to change the base?
[Testing] Enabling more UI Tests by removing platform specific condition - 10 #27751
Conversation
Hey there @nivetha-nagalingam! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
@@ -1,4 +1,4 @@ | |||
#if ANDROID | |||
#if TEST_FAILS_ON_IOS // On iOS, the ScrollDown functionality for images is not working. |
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.
What's the issue?, not doing anything?, cannot find the element?
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.
The issue was related to the values for the scroll down functionality. Once I adjusted these values, the scroll started working fine. I have made the changes in the latest merge commit. Please review and share any concerns.
@@ -1,4 +1,4 @@ | |||
#if ANDROID | |||
#if TEST_FAILS_ON_CATALYST //DragCoordinates doesn't working on the MacCatalyst platform. |
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.
Should be possible after merge #27339
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, it will be possible after the merge of #27339
/rebase |
8d1bf5c
to
1e99c34
Compare
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
Description of Change
The tests, previously added for specific platforms alone, now we are reviewed, and enabled the tests in all applicable platforms with the Appium framework.We are going to enable tests in blocks in different PRs. This is the 10th group of tests enabled.
TestCases
Fixes #22902