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 1dfcf07 commit 8692220Copy full SHA for 8692220
seleniumbase/fixtures/constants.py
@@ -30,7 +30,7 @@ class Charts:
30
class Dashboard:
31
TITLE = "SeleniumBase Test Results Dashboard"
32
STYLE_CSS = 'https://seleniumbase.io/cdn/css/pytest_style.css'
33
- META_REFRESH_HTML = '<meta http-equiv="refresh" content="10">'
+ META_REFRESH_HTML = '<meta http-equiv="refresh" content="12">'
34
# LIVE_JS = 'https://livejs.com/live.js#html'
35
LIVE_JS = 'https://seleniumbase.io/cdn/js/live.js#html'
36
0 commit comments