We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f0b2f commit 85bdad4Copy full SHA for 85bdad4
seleniumbase/core/style_sheet.py
@@ -1,10 +1,7 @@
1
title = """<meta id="OGTitle" property="og:title" content="SeleniumBase">
2
<title>Test Report</title>
3
<link rel="SHORTCUT ICON"
4
- href="%s" /> """ % (
5
- "https://raw.githubusercontent.com/seleniumbase/SeleniumBase"
6
- "/master/seleniumbase/resources/favicon.ico"
7
-)
+ href="https://seleniumbase.io/img/favicon.ico" /> """
8
9
style = (
10
title
0 commit comments