We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb80ba7 commit 98ac7b4Copy full SHA for 98ac7b4
tests/security_and_privacy/test_notifications_change_set.py
@@ -31,7 +31,7 @@ def test_notifications_allow(
31
alert_page = GenericPage(driver, url=NOTIFICATIONS_SITE).open()
32
about_prefs = AboutPrefs(driver, category="privacy")
33
34
- alert_page.get_element("authorize-notiifcations-button").click()
+ alert_page.get_element("authorize-notifications-button").click()
35
with driver.context(driver.CONTEXT_CHROME):
36
about_prefs.get_element(button_data).click()
37
0 commit comments