e2e: fix accesibility #13028
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
This commit is contained in:
parent
36c7d8e4ca
commit
cf734032f2
|
@ -241,7 +241,7 @@ class ProfileView(BaseView):
|
||||||
|
|
||||||
# Notifications
|
# Notifications
|
||||||
self.profile_notifications_button = Button(self.driver, accessibility_id="notifications-settings-button")
|
self.profile_notifications_button = Button(self.driver, accessibility_id="notifications-settings-button")
|
||||||
self.profile_notifications_toggle_button = Button(self.driver, accessibility_id="notifications-settings-button")
|
self.profile_notifications_toggle_button = Button(self.driver, accessibility_id="local-notifications-settings-button")
|
||||||
self.push_notification_toggle = Button(self.driver,
|
self.push_notification_toggle = Button(self.driver,
|
||||||
xpath="//*[@content-desc='notifications-button']//*[@content-desc='switch']")
|
xpath="//*[@content-desc='notifications-button']//*[@content-desc='switch']")
|
||||||
self.wallet_push_notifications = Button(self.driver, accessibility_id="notifications-button")
|
self.wallet_push_notifications = Button(self.driver, accessibility_id="notifications-button")
|
||||||
|
|
Loading…
Reference in New Issue