Skip to content

Commit 4ecff59

Browse files
committed
test: add stylus off
1 parent 7234388 commit 4ecff59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/android/patch_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class PathTest < AppiumLibCoreTest::Function::TestCase
2121
def setup
2222
@@core ||= ::Appium::Core.for(Caps.android)
2323
@driver = @@core.start_driver # Launch test servers without calling delete session before a new create session
24+
@driver.execute_script('mobile: setStylusHandwriting', { enabled: false })
2425
end
2526

2627
def teardown

0 commit comments

Comments
 (0)