Replies: 1 comment
-
Somehow, setting |
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
-
Description
What is the correct way to test
tap
andlongPress
usingDetox
for the following RectButton wrapped with a LongPressGestureHandler ? I tried runningawait element(by.id('item-0')).longPress(3000)
but no success to trigger the longPress event. Or am I wrong to try wrapping theRectButton
inside theLongPressGestureHandler
?Code
Package versions
Beta Was this translation helpful? Give feedback.
All reactions