Skip to content

Commit 3fa3a9e

Browse files
committed
quick fix for swipe IllegalArgumentException
1 parent 2d8d0df commit 3fa3a9e

File tree

1 file changed

+1
-1
lines changed
  • maestro-orchestra/src/main/java/maestro/orchestra/yaml

1 file changed

+1
-1
lines changed

maestro-orchestra/src/main/java/maestro/orchestra/yaml/YamlSwipe.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class YamlSwipeDeserializer : JsonDeserializer<YamlSwipe>() {
105105
"\t1. direction: Direction based swipe with: \"RIGHT\", \"LEFT\", \"UP\", or \"DOWN\" or \n" +
106106
"\t2. start and end: Coordinates based swipe with: \"start\" and \"end\" coordinates \n" +
107107
"\t3. direction and element to swipe directionally on element\n" +
108-
"\t4. element to swipe and end to swipe from element to coordinates\n" +
108+
"\t4. from and direction/to: more precise swipe from one point to another\n" +
109109

110110
"It seems you provided invalid input with: $input"
111111
)

0 commit comments

Comments
 (0)