Skip to content

Commit 10c2394

Browse files
author
Steve Kirkland
committed
Use UI manager for touch
1 parent 37f7756 commit 10c2394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/steps/unreal_steps.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def run_fixture(action, scenario_name, wait_for_crash: false)
8383
Maze::Server.commands.add({ action: action, scenario_name: scenario_name })
8484
case Maze::Helper.get_current_platform
8585
when 'android', 'ios'
86-
Appium::TouchAction.new.tap({ x: 200, y: 200 }).perform
86+
Maze::Api::Appium::UiManager.new.touch_at(200, 200)
8787
wait_for_get_command
8888
if wait_for_crash
8989
step 'the mobile app is not running'

0 commit comments

Comments
 (0)