Skip to content

Commit

Permalink
appium test: os 12
Browse files Browse the repository at this point in the history
  • Loading branch information
sirkev committed Jun 19, 2024
1 parent c6f12f9 commit dea9e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appium_tests/appium_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
options.load_capabilities({
"appium:automationName": "UiAutomator2",
"appium:platformName": "Android",
"appium:platformVersion": "10",
"appium:platformVersion": "12",
"appium:deviceName": "emulator-5554",
"appium:app": "build/app/outputs/flutter-apk/app-debug.apk",
"appium:newCommandTimeout": 3600,
Expand Down

0 comments on commit dea9e71

Please sign in to comment.