Skip to content

Commit 3063a73

Browse files
committed
ci: calls quit_driver to ensure close the previous session
1 parent 43fb9e7 commit 3063a73

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/functional/android/android/mobile_commands_test.rb

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def setup
2424

2525
def teardown
2626
save_reports(@driver)
27+
@core.quit_driver
2728
end
2829

2930
# @since Appium 1.12.0

test/functional/android/patch_test.rb

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def setup
2525

2626
def teardown
2727
save_reports(@driver)
28+
@@core.quit_driver
2829
end
2930

3031
def test_method_missing_attributes

0 commit comments

Comments
 (0)