Skip to content

[ci-scan] Recurring: QueryIsPassedOnNavigation times out on Android API 30 in Controls Shell UI tests #36516

Description

@github-actions

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 ·

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions