You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Android, signing in fails due to a synchronization issue with Detox.
What can we do to reproduce the problem?
Run the sign-in E2E test with Detox, on Android, using the command:
npx detox test --configuration android.att.debug signin-screen.test.js
Relevant log output
● Sign in screen › try sign in with demo credentials
Test Failed: '(view has effective visibility <VISIBLE> and view.getGlobalVisibleRect() covers at least <75> percent of the view's area)' doesn't match the selected view.
Expected: (view has effective visibility <VISIBLE> and view.getGlobalVisibleRect() covers at least <75> percent of the view's area) Got: was null 33 | await waitAndTap("sign-in-signin-arrow", 1500); 34 | > 35 | await expect(element(by.id("library-screen-view"))).toBeVisible(); | ^ 36 | }); 37 | 38 | it("try sign in with bad credentials", async () => { at createErrorWithUserStack (node_modules/detox/src/utils/errorUtils.js:36:27) at Client._doSendAction (node_modules/detox/src/client/Client.js:168:32) at Client._sendMonitoredAction (node_modules/detox/src/client/Client.js:161:25) at Client.sendAction (node_modules/detox/src/client/Client.js:147:14) at Client.execute (node_modules/detox/src/client/Client.js:132:25) at InvocationManager.execute (node_modules/detox/src/invoke.js:11:39) at MatcherAssertionInteraction.execute (node_modules/detox/src/android/interactions/native.js:23:31) at NativeExpectElement.toBeVisible (node_modules/detox/src/android/core/NativeExpect.js:25:137) at Object.toBeVisible (e2e/signin-screen.test.js:35:57) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:9)
Anything else?
IMG_6552.mov
The text was updated successfully, but these errors were encountered:
What happened?
On Android, signing in fails due to a synchronization issue with Detox.
What can we do to reproduce the problem?
Run the sign-in E2E test with Detox, on Android, using the command:
Relevant log output
Anything else?
IMG_6552.mov
The text was updated successfully, but these errors were encountered: