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
According to the documentation, I can use await system.element(by.system.label('Allow')).toExist(); to assert that the alert exsist, however when I called exactly that, I got an error system.element(...).toExist is not a function. I also couldn't find any type definition for the toExist function.
What was the expected behaviour?
await system.element(by.system.label('Allow')).toExist(); should work as expected
Was it tested on latest Detox?
I have tested this issue on the latest Detox release and it still reproduces.
What happened?
According to the documentation, I can use
await system.element(by.system.label('Allow')).toExist();
to assert that the alert exsist, however when I called exactly that, I got an errorsystem.element(...).toExist is not a function
. I also couldn't find any type definition for thetoExist
function.What was the expected behaviour?
await system.element(by.system.label('Allow')).toExist(); should work as expected
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.27.3
React Native version: 0.73.6
Has Fabric (React Native's new rendering system) enabled: (yes/no)
Node version: 18.14.2
Device model: iPhone 16 simulator
iOS version: 18.0
macOS version: 14.6.1
Xcode version:
Test-runner: jest
Detox logs
Detox logs
Device logs
Device logs
More data, please!
No response
The text was updated successfully, but these errors were encountered: