summaryrefslogtreecommitdiffstats
path: root/testing/firefox-ui
diff options
context:
space:
mode:
Diffstat (limited to 'testing/firefox-ui')
-rw-r--r--testing/firefox-ui/tests/functional/safebrowsing/test_notification.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/firefox-ui/tests/functional/safebrowsing/test_notification.py b/testing/firefox-ui/tests/functional/safebrowsing/test_notification.py
index d1110fc7d4..c8816a6e0f 100644
--- a/testing/firefox-ui/tests/functional/safebrowsing/test_notification.py
+++ b/testing/firefox-ui/tests/functional/safebrowsing/test_notification.py
@@ -123,7 +123,7 @@ class TestSafeBrowsingNotificationBar(WindowManagerMixin, MarionetteTestCase):
message = notification_box.find_element(
By.CSS_SELECTOR, "notification-message[value=blocked-badware-page]"
)
- button = message.get_property("closeButtonEl")
+ button = message.get_property("closeButton")
button.click()
Wait(self.marionette, timeout=self.marionette.timeout.page_load).until(