Skip to content

Commit 046ef40

Browse files
committed
format
1 parent 586033b commit 046ef40

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/security_and_privacy/test_notifications_change_set.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
import pytest
21
import logging
2+
3+
import pytest
34
from selenium.webdriver import Firefox
45

56
from modules.page_object import AboutPrefs, GenericPage
@@ -58,4 +59,4 @@ def test_notifications_allow(driver: Firefox, button_data: str, button_text: str
5859
"permissions-notifications-popup-websites-item-status",
5960
parent_element=website_item,
6061
)
61-
assert notification_website_status.get_attribute("label") == button_text
62+
assert notification_website_status.get_attribute("label") == button_text

0 commit comments

Comments
 (0)