File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ def test_case():
1616TOLERANCE = 3
1717
1818TARGET_PAGE = "about:about"
19- DELETE_PROFILE_SELECTOR = "a[href='about:deleteprofile']"
2019PROCESSES_SELECTOR = "a[href='about:processes']"
20+ PROTECTIONS_SELECTOR = "a[href='about:protections']"
2121
22- first_match = (By .CSS_SELECTOR , DELETE_PROFILE_SELECTOR )
23- fourth_match = (By .CSS_SELECTOR , PROCESSES_SELECTOR )
22+ first_match = (By .CSS_SELECTOR , PROCESSES_SELECTOR )
23+ fourth_match = (By .CSS_SELECTOR , PROTECTIONS_SELECTOR )
2424
2525
2626def are_lists_different (a : int , b : int ) -> bool :
@@ -42,7 +42,7 @@ def test_find_toolbar_navigation(
4242 find_toolbar .open ()
4343 find_toolbar .find ("pro" )
4444 match_status = find_toolbar .match_dict
45- assert match_status ["total" ] == 7
45+ assert match_status ["total" ] == 4
4646
4747 # Sometimes we get a match that isn't the first
4848 # (This also tests that the number is correct)
You can’t perform that action at this time.
0 commit comments