Skip to content

Commit 7113a91

Browse files
authored
🐛E2E: fix missing return value (#7515)
1 parent 8c1a03b commit 7113a91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@ def __call__(self, message: str) -> bool:
455455
)
456456
if progress_completed:
457457
self.logger.info("✅ Service start completed successfully!! ✅")
458+
return progress_completed
458459

459460
time_since_last_progress = datetime.now(UTC) - self._last_progress_time
460461
if time_since_last_progress > self.max_idle_timeout:

0 commit comments

Comments
 (0)