Skip to content

Commit 85bdad4

Browse files
committed
Update the favicon link in generated reports
1 parent d3f0b2f commit 85bdad4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

seleniumbase/core/style_sheet.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
title = """<meta id="OGTitle" property="og:title" content="SeleniumBase">
22
<title>Test Report</title>
33
<link rel="SHORTCUT ICON"
4-
href="%s" /> """ % (
5-
"https://raw.githubusercontent.com/seleniumbase/SeleniumBase"
6-
"/master/seleniumbase/resources/favicon.ico"
7-
)
4+
href="https://seleniumbase.io/img/favicon.ico" /> """
85

96
style = (
107
title

0 commit comments

Comments
 (0)