Skip to content

Commit 98ac7b4

Browse files
committed
fix spelling
1 parent fb80ba7 commit 98ac7b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/security_and_privacy/test_notifications_change_set.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def test_notifications_allow(
3131
alert_page = GenericPage(driver, url=NOTIFICATIONS_SITE).open()
3232
about_prefs = AboutPrefs(driver, category="privacy")
3333

34-
alert_page.get_element("authorize-notiifcations-button").click()
34+
alert_page.get_element("authorize-notifications-button").click()
3535
with driver.context(driver.CONTEXT_CHROME):
3636
about_prefs.get_element(button_data).click()
3737

0 commit comments

Comments
 (0)