Skip to content

Commit e78391b

Browse files
committed
Ignore telephone links in "assert_no_404_errors()"
1 parent 045253b commit e78391b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

seleniumbase/fixtures/base_case.py

+1
Original file line numberDiff line numberDiff line change
@@ -6759,6 +6759,7 @@ def assert_no_404_errors(self, multithreaded=True, timeout=None):
67596759
for link in all_links:
67606760
if (
67616761
"data:" not in link
6762+
and "tel:" not in link
67626763
and "mailto:" not in link
67636764
and "javascript:" not in link
67646765
and "://fonts.gstatic.com" not in link

0 commit comments

Comments
 (0)