Summary
Issue10509.QueryIsPassedOnNavigation fails with System.TimeoutException: Timed out waiting for element in the Controls (API 30) Shell UI test leg on Android API 30.
Build Information
Affected Legs
- Controls (API 30) Shell — Android API 30 emulator
Error Message
Failed QueryIsPassedOnNavigation [19 s]
Error Message:
System.TimeoutException : Timed out waiting for element...
Stack Trace:
at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, ...)
at UITest.Appium.HelperExtensions.WaitForAtLeastOne(...)
at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, ...)
at Microsoft.Maui.TestCases.Tests.Issues.Issue10509.QueryIsPassedOnNavigation()
in src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue10509.cs:line 18
Recommended Action
Investigate Issue10509.QueryIsPassedOnNavigation in src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue10509.cs. The test waits for a UI element after navigation but times out consistently on API 30. Check whether the query parameter is correctly passed through navigation and surfaced in the UI on Android API 30, or whether the wait timeout needs adjusting for this emulator tier.
Generated by CI Failure Scanner · 444.4 AIC · ⌖ 9.06 AIC · ⊞ 8.6K · ◷
Summary
Issue10509.QueryIsPassedOnNavigationfails withSystem.TimeoutException: Timed out waiting for elementin theControls (API 30) ShellUI test leg on Android API 30.Build Information
Affected Legs
Error Message
Recommended Action
Investigate
Issue10509.QueryIsPassedOnNavigationinsrc/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue10509.cs. The test waits for a UI element after navigation but times out consistently on API 30. Check whether the query parameter is correctly passed through navigation and surfaced in the UI on Android API 30, or whether the wait timeout needs adjusting for this emulator tier.