Skip to content

Confirmation dialog ios(15) can not tap buttons #3445

@chamile

Description

@chamile

What happened?

I have a confirmation dialog on screen but couldn't tap that in a detox in ios 15 simulator

image

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?

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions