-
Notifications
You must be signed in to change notification settings - Fork 47
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
ci: Add mobile UI Tests #2494
base: main
Are you sure you want to change the base?
ci: Add mobile UI Tests #2494
Conversation
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
6957ceb
to
cee84ee
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
3aa57fb
to
33d9f18
Compare
a04f3a1
to
d86d74c
Compare
81b188a
to
620a653
Compare
/azp run |
Azure Pipelines failed to run 1 pipeline(s). |
f30452b
to
0be44f6
Compare
Tests failing locally on AndroidGiven_ContentDialogWhen_SimpleContentDialog: The following tests fail because the Dialog closes right after it is open, not allowing enough time for the next actions to be performed. [TestCase("SimpleDialogCodebehindWithCancelButton", 0, false)] Given_FlyoutDialogWhen_FlyoutsButton: The tests fail because the Flyout closes right after it is open, not allowing enough time for the next actions to be performed. Given_MessageDialogWhen_MessageDialogFromXAML: The test fail because the MessageDialog is not closed. Apparently this code (I can confirm the code is being executed) doesn't work on Android. Given_ResponsiveWhen_Navigation_Responsive: When navigating to another page we check that the ListView in the previous page is not visible, but it actually is visible, even if not showing. |
e8d9df1
to
9d34d39
Compare
17ab3b9
to
faaabb6
Compare
faaabb6
to
b2b8df2
Compare
1c9a37c
to
f65b208
Compare
f65b208
to
ec38dd8
Compare
GitHub Issue (If applicable): closes #
PR Type
What kind of change does this PR introduce?
What is the current behavior?
What is the new behavior?
PR Checklist
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Run
results.Other information
Internal Issue (If applicable):