Skip to content

Commit 73fbdc2

Browse files
committed
Update dashboard output
1 parent 5ab6a66 commit 73fbdc2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

seleniumbase/fixtures/base_case.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6930,11 +6930,13 @@ def __process_dashboard(self, has_exception, init=False):
69306930
log_msg = "See latest logs for details"
69316931
if num_failed == 1:
69326932
status += (
6933-
' <b>1 test failed!</b> (<a href="%s">%s</a>)'
6933+
' <b>1 test failed!</b> --- '
6934+
'(<b><a href="%s">%s</a></b>)'
69346935
'' % (latest_logs_dir, log_msg))
69356936
else:
69366937
status += (
6937-
' <b>%s tests failed!</b> (<a href="%s">%s</a>)'
6938+
' <b>%s tests failed!</b> --- '
6939+
'(<b><a href="%s">%s</a></b>)'
69386940
'' % (num_failed, latest_logs_dir, log_msg))
69396941
status += "</div><p></p>"
69406942
add_more = add_more + status

0 commit comments

Comments
 (0)