File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
taskcluster/kinds/run-smoke-tests
tests/security_and_privacy Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 24
24
./collect_executables.sh;
25
25
mv ./ci_pyproject.toml ./pyproject.toml;
26
26
pipenv install;
27
- pipenv run pytest --fx-executable ./firefox/firefox -n 4
27
+ pipenv run pytest --fx-executable ./firefox/firefox -n 4 .
Original file line number Diff line number Diff line change 17
17
SECOND_TRACKER_WEBSITE = "https://www.itisatrap.org/firefox/its-a-tracker.html"
18
18
19
19
20
- def test_third_party_content_blocked_private_browsing_cross_site (
21
- driver : Firefox
22
- ):
20
+ def test_third_party_content_blocked_private_browsing_cross_site (driver : Firefox ):
23
21
"""
24
22
C446323.1: Ensure that third party content is blocked correctly
25
23
"""
@@ -60,9 +58,7 @@ def test_third_party_content_blocked_private_browsing_cross_site(
60
58
assert found_tracker
61
59
62
60
63
- def test_third_party_content_blocked_private_browsing_allowed_tracking (
64
- driver : Firefox
65
- ):
61
+ def test_third_party_content_blocked_private_browsing_allowed_tracking (driver : Firefox ):
66
62
"""
67
63
C446323.2: Ensure that some third party content is allowed
68
64
"""
@@ -100,9 +96,7 @@ def test_third_party_content_blocked_private_browsing_allowed_tracking(
100
96
assert item .get_attribute ("value" ) in ALLOWED_TRACKING_URLS
101
97
102
98
103
- def test_third_party_content_private_browsing_tracking_statuses (
104
- driver : Firefox
105
- ):
99
+ def test_third_party_content_private_browsing_tracking_statuses (driver : Firefox ):
106
100
"""
107
101
C446323.3: Ensure that the statuses of some third party content are loaded properly
108
102
"""
You can’t perform that action at this time.
0 commit comments