Skip to content

Commit

Permalink
replace launch app for activate_app
Browse files Browse the repository at this point in the history
  • Loading branch information
joshedney committed Nov 28, 2024
1 parent 81bf3a7 commit 69f6963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/steps/app_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def relaunch_crashed_app
def kill_and_relaunch_app
case Maze::Helper.get_current_platform
when 'ios'
Maze.driver.close_app
Maze.driver.terminate_app Maze.driver&.app_id
Maze.driver.activate_app Maze.driver.app_id
when 'macos'
run_macos_app # This will kill the app if it's running
Expand Down

0 comments on commit 69f6963

Please sign in to comment.