-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Testing] Fix for flaky UITests in CI - 2 #33470
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
base: main
Are you sure you want to change the base?
Conversation
|
Hey there @@TamilarasanSF4853! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
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.
Pull request overview
This pull request addresses flaky UI tests in CI by moving the "Apply" action from a toolbar item to a button in the page content. The change improves test reliability by making the "Apply" element more consistently accessible to the Appium test automation framework.
Changes:
- Moved the "Apply" action from the toolbar to the main content area as a centered Button
|
/azp run maui-pr-uitests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
PureWeen
left a comment
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.
Tests are still failing
This pull request updates the UI for the
CollectionViewDynamicOptionsPageby moving the "Apply" action from the toolbar to a button within the page content. This change improves discoverability and accessibility of the "Apply" action in CI.UI changes: