Uno.Gallery
Uno.Gallery copied to clipboard
Test: Ui Automation Test completion for chip control
GitHub Issue (If applicable): #
NA
PR Type
What kind of change does this PR introduce?
- Project automation
What is the current behavior?
UI automation test script is not available for Chip control
What is the new behavior?
Added UI automation scripts for Chip Control.
PR Checklist
Please check if your PR fulfills the following requirements:
- [ ] Tested on iOS.
- [X] Tested on Wasm.
- [X] Tested on Android.
- [ ] Tested on UWP.
- [ ] Tested in both Light and Dark themes.
- [ ] Associated with an issue (GitHub or internal)
Other information
Internal Issue (If applicable):
Azure Static Web Apps: Your stage site is ready! Visit it here: https://yellow-moss-0b45eee0f-362.eastus2.1.azurestaticapps.net
Azure Static Web Apps: Your stage site is ready! Visit it here: https://yellow-moss-0b45eee0f-362.eastus2.1.azurestaticapps.net
/azp run
Azure Pipelines successfully started running 1 pipeline(s).
there is about 55 tests total, how are we taking 1h on ios and over 2h on android...? @kazo0
The Scroll methods like App.ScrollDownTo() take a ridiculous amount of time to run on iOS and Android.
@kazo0 , Thanks for confirming the issue, shall I remove the scroll methods, please let me know your views.