Skip to content

Commit

Permalink
e2e: trying android14
Browse files Browse the repository at this point in the history
  • Loading branch information
yevh-berdnyk committed Nov 2, 2023
1 parent c4662ce commit 8ff4a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/appium/tests/base_test_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def get_capabilities_sauce_lab():
caps['appium:app'] = 'sauce-storage:' + test_suite_data.apk_name
caps['appium:deviceName'] = 'Android GoogleAPI Emulator'
caps['appium:deviceOrientation'] = 'portrait'
caps['appium:platformVersion'] = '12.0'
caps['appium:platformVersion'] = '14.0'
caps['appium:automationName'] = 'UiAutomator2'
caps['appium:newCommandTimeout'] = 600
caps['appium:idleTimeout'] = 1000
Expand Down

0 comments on commit 8ff4a04

Please sign in to comment.