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
I'm using expo-web-browser and expo-auth-session, but for detox testing it doesn't seem to recognise the web element
#4406 <- basically same issue as this, but I can't seem to find any solutions
What was the expected behaviour?
to be able to see the web.element
Was it tested on latest Detox?
I have tested this issue on the latest Detox release and it still reproduces.
Help us reproduce this issue!
No response
In what environment did this happen?
Detox version: 20.3.1
React Native version: 0.76.3
Has Fabric (React Native's new rendering system) enabled: (yes/no)
Node version: v23.5.0
Test-runner (select one): jest / other
Detox logs
Detox logs
FAIL src/auth.spec.ts (26.209 s)
Auth flow
✕ should go to the signin screen (17348 ms)
● Auth flow › should go to the signin screen
Test Failed: Failed to find web view with predicate: `` at index: `0`
Device logs
Device logs
paste logs here!
More data, please!
No response
The text was updated successfully, but these errors were encountered:
Looks like your Detox version is quite old, not having the webview support on this version.
Also, sounds like you're are you trying to interact with a web browser (expo-web-browseruses SFSafariViewController), Detox does not support interactions with in-app browsers (i.e. SFSafariViewController), only webviews (WKWebview).
What happened?
I'm using expo-web-browser and expo-auth-session, but for detox testing it doesn't seem to recognise the web element
#4406 <- basically same issue as this, but I can't seem to find any solutions
What was the expected behaviour?
to be able to see the web.element
Was it tested on latest Detox?
Help us reproduce this issue!
No response
In what environment did this happen?
Detox version: 20.3.1
React Native version: 0.76.3
Has Fabric (React Native's new rendering system) enabled: (yes/no)
Node version: v23.5.0
Test-runner (select one): jest / other
Detox logs
Detox logs
Device logs
Device logs
More data, please!
No response
The text was updated successfully, but these errors were encountered: