Skip to content

Commit

Permalink
Ignore telephone links in "assert_no_404_errors()"
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmintz committed Aug 29, 2024
1 parent 045253b commit e78391b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions seleniumbase/fixtures/base_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -6759,6 +6759,7 @@ def assert_no_404_errors(self, multithreaded=True, timeout=None):
for link in all_links:
if (
"data:" not in link
and "tel:" not in link
and "mailto:" not in link
and "javascript:" not in link
and "://fonts.gstatic.com" not in link
Expand Down

0 comments on commit e78391b

Please sign in to comment.