-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: don't allow negative swipe duration (#2073)
* fix: don't allow negative swipe duration * update ios driver
- Loading branch information
1 parent
fd0927d
commit 7efc075
Showing
7 changed files
with
58 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+15 Bytes
(100%)
maestro-ios-driver/src/main/resources/maestro-driver-ios.zip
Binary file not shown.
Binary file modified
BIN
+4.54 KB
(100%)
maestro-ios-driver/src/main/resources/maestro-driver-iosUITests-Runner.zip
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
maestro-test/src/test/resources/118_scroll_until_visible_negative.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
appId: com.example.app | ||
--- | ||
- scrollUntilVisible: | ||
element: | ||
id: "maestro" | ||
direction: DOWN | ||
speed: 110 | ||
timeout: -200 |