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 Disabling some image tests after updating net9.0 with main #25770

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

devanathan-vaithiyanathan
Copy link
Contributor

@devanathan-vaithiyanathan devanathan-vaithiyanathan commented Nov 11, 2024

Description of Change

After merging the net9 branch into main, two UI tests were failing:
1. Android Test: ImageDoesntDisappearWhenNavigatingBack

  • After merging the net9 branch into main, this test began passing successfully without additional modifications.

2. Windows Test: Issue31366PushingWithModalStackCausesIncorrectStackOrder

  • To resolve this test, I made adjustments in the HostApp sample, which contains two buttons. Initially, after clicking the first button, the sample displayed an empty white screen, blocking access to the second button. This issue caused the test to fail with a WaitForElement exception, as the second button was not visible.
  • I added a delay, ensuring the second button becomes visible and clickable, which resolved the issue and allowed the test to pass as expected.

Issues Fixed

Fixes #24243

Output Screenshot

Android:
Android-Test-pass-Status

Windows
Windows-pass-status

Copy link
Contributor

Hey there @devanathan-vaithiyanathan! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

@dotnet-policy-service dotnet-policy-service bot added the community ✨ Community Contribution label Nov 11, 2024
@jsuarezruiz
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@mattleibow mattleibow added the area-testing Unit tests, device tests label Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-testing Unit tests, device tests community ✨ Community Contribution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disabling some image tests after updating net9.0 with main
3 participants