From cf734032f236252320f445a61ed35c1c32409fbb Mon Sep 17 00:00:00 2001 From: Churikova Tetiana Date: Mon, 14 Feb 2022 11:16:26 +0100 Subject: [PATCH] e2e: fix accesibility #13028 Signed-off-by: Churikova Tetiana --- test/appium/views/profile_view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/appium/views/profile_view.py b/test/appium/views/profile_view.py index 144d77f482..8a52494be7 100644 --- a/test/appium/views/profile_view.py +++ b/test/appium/views/profile_view.py @@ -241,7 +241,7 @@ class ProfileView(BaseView): # Notifications 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, xpath="//*[@content-desc='notifications-button']//*[@content-desc='switch']") self.wallet_push_notifications = Button(self.driver, accessibility_id="notifications-button")