Skip to content

Commit d398534

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6c0370e commit d398534

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jules-scratch/verification/verify_login_screen.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from playwright.sync_api import sync_playwright
22

3+
34
def run():
45
with sync_playwright() as p:
56
browser = p.chromium.launch(headless=True)
@@ -8,4 +9,5 @@ def run():
89
page.screenshot(path="jules-scratch/verification/verification.png")
910
browser.close()
1011

12+
1113
run()

0 commit comments

Comments
 (0)