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
When using Pressable: <Pressable onPress={ async () => { await Linking.openURL('https://www.wix.com'); }} testID='open-web-browser-button'> <Text> Open web browser </Text> </Pressable>
This will cause the test to hang with a message: The app is busy with the following tasks: • There are enqueued timers.
When using Wix UILib button component (instead of the react native one):
The test will hang with the following message: UI elements are busy: - Reason: Animations running on screen.
What was the expected behaviour?
No response
Was it tested on latest Detox?
I have tested this issue on the latest Detox release and it still reproduces.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If you believe the issue is still relevant, please test on the latest Detox and report back.
Thank you for your contributions!
For more information on bots in this repository, read this discussion.
What happened?
Linking.openURL()
doesn't work well in two cases:When using
Pressable
:<Pressable onPress={ async () => { await Linking.openURL('https://www.wix.com'); }} testID='open-web-browser-button'> <Text> Open web browser </Text> </Pressable>
This will cause the test to hang with a message:
The app is busy with the following tasks: • There are enqueued timers.
When using Wix UILib button component (instead of the react native one):
The test will hang with the following message:
UI elements are busy: - Reason: Animations running on screen.
What was the expected behaviour?
No response
Was it tested on latest Detox?
Did your test throw out a timeout?
Help us reproduce this issue!
No response
In what environment did this happen?
Detox version: 20.20
React Native version: 0.73.2
Has Fabric (React Native's new rendering system) enabled: (no)
Node version: 20
Device model: Emulator
Android version: 29
Test-runner (select one): jest
Detox logs
Detox logs
Device logs
Device logs
More data, please!
No response
The text was updated successfully, but these errors were encountered: