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 ceb5308
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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
2 changes: 2 additions & 0 deletions test/appium/views/sign_in_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,8 @@ def create_user(self, password=common_password, keycard=False, enable_notificati
self.identifiers_button.wait_and_click(30)
if enable_notifications:
self.enable_notifications_button.click_until_presence_of_element(self.start_button)
if self.allow_button.is_element_displayed():
self.allow_button.click()
else:
self.maybe_later_button.click_until_presence_of_element(self.start_button)
self.start_button.click()
Expand Down

0 comments on commit ceb5308

Please sign in to comment.