Skip to content

Commit 974ff06

Browse files
Hani YacoubHani Yacoub
authored andcommitted
removing sleep and adding a comment
1 parent bad6065 commit 974ff06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/security_and_privacy/test_no_trackers_detected.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ def test_no_trackers_detected(driver: Firefox):
1414
"""
1515
C446391 No trackers are detected
1616
"""
17+
# instantiate object and access url
1718
nav = Navigation(driver)
18-
sleep(4)
1919
driver.get(NOTRACKERS_URL)
2020

2121
# Click on the shield icon and verify that trackers are detected

0 commit comments

Comments
 (0)