Skip to content

Commit

Permalink
Fix test desc
Browse files Browse the repository at this point in the history
  • Loading branch information
suspenseV committed Oct 29, 2024
1 parent 0de3a62 commit 3968c6c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ data class SwipeCommand(
startRelative != null && endRelative != null -> {
"Swipe from ($startRelative) to ($endRelative) in $duration ms"
}
elementSelector != null && (endPoint != null || endRelative != null) -> {
"Swiping from ${elementSelector.description()} to ${endPoint ?: endRelative} coordinates"
}
else -> "Invalid input to swipe command"
}
}
Expand Down

0 comments on commit 3968c6c

Please sign in to comment.