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 6279103 commit 05210fcCopy full SHA for 05210fc
seleniumbase/fixtures/base_case.py
@@ -6731,7 +6731,7 @@ def __create_log_path_as_needed(self, test_logpath):
6731
6732
def __process_dashboard(self, has_exception, init=False):
6733
''' SeleniumBase Dashboard Processing '''
6734
- if len(sb_config._extra_dash_entries) > 1:
+ if len(sb_config._extra_dash_entries) > 0:
6735
# First take care of existing entries from non-SeleniumBase tests
6736
for test_id in sb_config._extra_dash_entries:
6737
if test_id in sb_config._results.keys():
0 commit comments