Skip to content

Commit e7b85d0

Browse files
committed
doc
1 parent 9f628fb commit e7b85d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pytest-simcore/src/pytest_simcore/helpers/playwright.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ def expected_service_running(
348348
except PlaywrightTimeoutError:
349349
if waiter.got_expected_node_progress_types():
350350
ctx.logger.warning(
351-
"⚠️ Progress bar didn't receive 100 percent but all states are there: %s ⚠️", # https://github.com/ITISFoundation/osparc-simcore/issues/6449
351+
"⚠️ Progress bar didn't receive 100 percent but all expected node-progress-types are in place: %s ⚠️", # https://github.com/ITISFoundation/osparc-simcore/issues/6449
352352
waiter.get_current_progress(),
353353
)
354354
else:

0 commit comments

Comments
 (0)