Detox icon indicating copy to clipboard operation
Detox copied to clipboard

Confirmation dialog ios(15) can not tap buttons

Open chamile opened this issue 2 years ago • 4 comments

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?

  • [X] 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

chamile avatar Jun 13 '22 11:06 chamile

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 reporsitory, read this discussion.

stale[bot] avatar Jul 25 '22 06:07 stale[bot]

The issue has been closed for inactivity.

stale[bot] avatar Aug 10 '22 05:08 stale[bot]

Still relevant, this is part of the work done in https://github.com/wix/Detox/issues/3208.

asafkorem avatar Aug 10 '22 06:08 asafkorem

@asafkorem could we add a "Fixed #3208" notation?

d4vidi avatar Aug 11 '22 20:08 d4vidi