pre-commit-ci-lite[bot]
6 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
scripts/playwright/sql_databases/image02.py
|
|
@ -34,7 +34,7 @@ try: |
|
|
time.sleep(1) |
|
|
time.sleep(1) |
|
|
else: |
|
|
else: |
|
|
raise RuntimeError("Server did not start in time") |
|
|
raise RuntimeError("Server did not start in time") |
|
|
|
|
|
|
|
|
with sync_playwright() as playwright: |
|
|
with sync_playwright() as playwright: |
|
|
run(playwright) |
|
|
run(playwright) |
|
|
finally: |
|
|
finally: |
|
|
|