Test #2897
Test #2897
Build #20250908.25 had test failures
Details
- Failed: 3 (0.01%)
- Passed: 18,502 (91.17%)
- Other: 1,790 (8.82%)
- Total: 20,295
Annotations
Check failure on line 62 in Build log
azure-pipelines / OfficeDev.microsoft-teams-library-js-PR
Build log #L62
Error running eslint job: 1 of 1
Check failure on line 63 in Build log
azure-pipelines / OfficeDev.microsoft-teams-library-js-PR
Build log #L63
GuardianErrorExitCodeException: eslint completed with an Error exit code: 2. Linting was unsuccessful due to a configuration problem or an internal error. If you have enabled exit-on-fatal-error one or more of your files could possibly have a parsing error. Check the errors or the produced SARIF files to fix the parsing errors.
Check failure on line 66 in Build log
azure-pipelines / OfficeDev.microsoft-teams-library-js-PR
Build log #L66
Error running tool 1 of 1: eslint
Check failure on line 67 in Build log
azure-pipelines / OfficeDev.microsoft-teams-library-js-PR
Build log #L67
Error running eslint job: 1 of 1
azure-pipelines / OfficeDev.microsoft-teams-library-js-PR
App Caching using teamsCore handlers should not exceed the maxAppsAllowedInCache limit
Timed out retrying after 100000ms: Too many elements found. Found '3', expected '2'.
Raw output
AssertionError: Timed out retrying after 100000ms: Too many elements found. Found '3', expected '2'.
at Context.eval (webpack://metaos-hub/./cypress/integration/orange-web/teams.ts:372:21)
+ expected - actual
-3
+2
azure-pipelines / OfficeDev.microsoft-teams-library-js-PR
launchTeamsTestApp_whenOnLoadWithNotifyAppFailure_shouldHideLoadingAndShowErrorFrame_AndShouldReloadFromError
Test failed
Raw output
java.lang.RuntimeException: java.util.concurrent.TimeoutException: Waited 10 seconds (plus 9654000 nanoseconds delay) for androidx.test.espresso.web.internal.deps.guava.util.concurrent.AbstractTransformFuture$TransformFuture@7bb8c42[status=PENDING, info=[inputFuture=[androidx.test.espresso.web.internal.deps.guava.util.concurrent.SettableFuture@ca30453[status=PENDING]], function=[androidx.test.espresso.web.action.AtomAction$3@7ec5190]]]
at androidx.test.espresso.web.sugar.Web$WebInteraction$ExceptionPropagator.<init>(Web.java:4)
at androidx.test.espresso.web.sugar.Web$WebInteraction.doEval(Web.java:25)
at androidx.test.espresso.web.sugar.Web$WebInteraction.withElement(Web.java:46)
at com.microsoft.metaos.orange.AppInitializationCapabilityTests.launchTeamsTestApp_whenOnLoadWithNotifyAppFailure_shouldHideLoadingAndShowErrorFrame_AndShouldReloadFromError(AppInitializationCapabilityTests.kt:223)
... 35 trimmed
Caused by: java.util.concurrent.TimeoutException: Waited 10 seconds (plus 9654000 nanoseconds delay) for androidx.test.espresso.web.internal.deps.guava.util.concurrent.AbstractTransformFuture$TransformFuture@7bb8c42[status=PENDING, info=[inputFuture=[androidx.test.espresso.web.internal.deps.guava.util.concurrent.SettableFuture@ca30453[status=PENDING]], function=[androidx.test.espresso.web.action.AtomAction$3@7ec5190]]]
at androidx.test.espresso.web.internal.deps.guava.util.concurrent.AbstractFuture.get(AbstractFuture.java:201)
at androidx.test.espresso.web.internal.deps.guava.util.concurrent.FluentFuture$TrustedFuture.get(FluentFuture.java:6)
at androidx.test.espresso.web.action.AtomAction.get(AtomAction.java:14)
at androidx.test.espresso.web.sugar.Web$WebInteraction.doEval(Web.java:20)
... 38 more
azure-pipelines / OfficeDev.microsoft-teams-library-js-PR
directEntryPoint_whenAuthenticateAndResendRequestForCEAAndCloseWindow_shouldDismissDialogAndThrow
Test failed
Raw output
androidx.test.espresso.base.DefaultFailureHandler$AssertionFailedWithCauseError: 'with text: a string containing "Failure: CancelledByUser"' doesn't match the selected view.
Expected: with text: a string containing "Failure: CancelledByUser"
Got: "MaterialTextView{id=2131296350, res-name=authenticate_and_resend_request_for_cea_text, visibility=VISIBLE, width=56, height=19, has-focus=false, has-focusable=false, has-window-focus=true, is-clickable=false, is-enabled=true, is-focused=false, is-focusable=false, is-layout-requested=false, is-selected=false, layout-params=android.widget.LinearLayout$LayoutParams@9abd197, tag=null, root-is-layout-requested=false, has-input-connection=false, x=24.0, y=850.0, text=No result, input-type=0, ime-target=false, has-links=false}"
at dalvik.system.VMStack.getThreadStackTrace(Native Method)
at java.lang.Thread.getStackTrace(Thread.java:1841)
at androidx.test.espresso.base.DefaultFailureHandler.getUserFriendlyError(DefaultFailureHandler.java:16)
at androidx.test.espresso.base.DefaultFailureHandler.handle(DefaultFailureHandler.java:36)
at androidx.test.espresso.ViewInteraction.waitForAndHandleInteractionResults(ViewInteraction.java:103)
at androidx.test.espresso.ViewInteraction.check(ViewInteraction.java:31)
at com.microsoft.metaos.orange.ExternalAppAuthenticateForCEACapabilitiesTest.directEntryPoint_whenAuthenticateAndResendRequestForCEAAndCloseWindow_shouldDismissDialogAndThrow(ExternalAppAuthenticateForCEACapabilitiesTest.kt:351)
... 34 trimmed
Caused by: junit.framework.AssertionFailedError: 'with text: a string containing "Failure: CancelledByUser"' doesn't match the selected view.
Expected: with text: a string containing "Failure: CancelledByUser"
Got: "MaterialTextView{id=2131296350, res-name=authenticate_and_resend_request_for_cea_text, visibility=VISIBLE, width=56, height=19, has-focus=false, has-focusable=false, has-window-focus=true, is-clickable=false, is-enabled=true, is-focused=false, is-focusable=false, is-layout-requested=false, is-selected=false, layout-params=android.widget.LinearLayout$LayoutParams@9abd197, tag=null, root-is-layout-requested=false, has-input-connection=false, x=24.0, y=850.0, text=No result, input-type=0, ime-target=false, has-links=false}"
at androidx.test.espresso.matcher.ViewMatchers.assertThat(ViewMatchers.java:17)
at androidx.test.espresso.assertion.ViewAssertions$MatchesViewAssertion.check(ViewAssertions.java:15)
at androidx.test.espresso.ViewInteraction$SingleExecutionViewAssertion.check(ViewInteraction.java:10)
at androidx.test.espresso.ViewInteraction$2.call(ViewInteraction.java:11)
at androidx.test.espresso.ViewInteraction$2.call(ViewInteraction.java:2)
at java.util.concurrent.FutureTask.run(FutureTask.java:264)
at android.os.Handler.handleCallback(Handler.java:942)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:201)
at android.os.Looper.loop(Looper.java:288)
at android.app.ActivityThread.main(ActivityThread.java:7872)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)