diff --git a/seleniumbase/plugins/pytest_plugin.py b/seleniumbase/plugins/pytest_plugin.py index 1585678d..8b04605f 100644 --- a/seleniumbase/plugins/pytest_plugin.py +++ b/seleniumbase/plugins/pytest_plugin.py @@ -669,7 +669,7 @@ def pytest_runtest_setup(): star_len = len("Dashboard: ") + len(dashboard_html) stars = "*" * star_len colorama.init(autoreset=True) - c1 = colorama.Fore.BLUE + colorama.Back.LIGHTYELLOW_EX + c1 = colorama.Fore.BLUE + colorama.Back.LIGHTCYAN_EX cr = colorama.Style.RESET_ALL if "linux" in sys.platform: c1 = ''