Skip to content

Commit dfd0ad1

Browse files
committed
Update the Dashboard notification color
1 parent 1cc8c24 commit dfd0ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/plugins/pytest_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ def pytest_runtest_setup():
669669
star_len = len("Dashboard: ") + len(dashboard_html)
670670
stars = "*" * star_len
671671
colorama.init(autoreset=True)
672-
c1 = colorama.Fore.BLUE + colorama.Back.LIGHTYELLOW_EX
672+
c1 = colorama.Fore.BLUE + colorama.Back.LIGHTCYAN_EX
673673
cr = colorama.Style.RESET_ALL
674674
if "linux" in sys.platform:
675675
c1 = ''

0 commit comments

Comments
 (0)