Replies: 2 comments
-
@d4vidi, 😬 WDYT? |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's a nice optimization, but pretty risky, as there's no easy way to guarantee |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In more recent versions of detox, it exits tests if it detects concurrent interactions. Usually, this is a welcome debugging tool to ensure there aren't overlooked await keywords.
It is nice, however, to make getAttributes calls concurrently when fetching multiple attributes. Is there a workaround to make specifically enable Promise.all() statements to not throw this error?
Beta Was this translation helpful? Give feedback.
All reactions