-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Description
What happened?
I have a confirmation dialog on screen but couldn't tap that in a detox in ios 15 simulator
it('should be in home menu', async () => { await new Promise(resolve => setTimeout(resolve, 10000)); try { element(by.label('Allow')).atIndex(1); } catch (e) {} });
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.
Did your test throw out a timeout?
- I have followed the instructions under Identifying which synchronization mechanism causes us to wait too much.
Help us reproduce this issue!
No response
In what environment did this happen?
Detox version: 19.7.1,
React Native version: 0.62.2
Node version: v16.11.1
Device model:
iOS version: 15
macOS version: 11.6
Xcode version: 13.0 (13A233)
Test-runner (select one): jest-circus
Detox logs
Detox logs
paste logs here!
Device logs
Device logs
paste logs here!
More data, please!
No response