-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add device.tap()
and device.longPress()
.
#4542
Conversation
device.tap()
and device.longPress()
.
Unit test failed due to code coverage issues.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relatively small comments compared to this massive, impressive, awesome work. This is REALLY great work, @gayablau. 100 / 100! 🫡 We are close!
detox/android/detox/src/full/java/com/wix/detox/espresso/EspressoDetox.java
Outdated
Show resolved
Hide resolved
detox/android/detox/src/full/java/com/wix/detox/espresso/UiAutomatorHelper.java
Outdated
Show resolved
Hide resolved
detox/ios/DetoxXCUITestRunner/DetoxXCUITestRunner/Handlers/ActionHandler.swift
Outdated
Show resolved
Hide resolved
detox/ios/DetoxXCUITestRunner/DetoxXCUITestRunner/Handlers/ActionHandler.swift
Outdated
Show resolved
Hide resolved
detox/ios/DetoxXCUITestRunner/DetoxXCUITestRunner/Handlers/ActionHandler.swift
Outdated
Show resolved
Hide resolved
detox/ios/DetoxXCUITestRunner/DetoxXCUITestRunner/Handlers/ActionHandler.swift
Outdated
Show resolved
Hide resolved
missing unit tests (see coverage phase). should be simple ones |
5f6c1c4
to
8e5fb44
Compare
Released with 20.28 |
Description
In this pull request, I have added api for device tap and long press for android and IOS
fixed review comments in #4534