Skip to content

Commit 10ba966

Browse files
committed
Update playright display size.
1 parent 1a94b6c commit 10ba966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020

2121
CLOUD_RUN_SCREEN_SIZE = (1920, 1080)
22-
PLAYWRIGHT_SCREEN_SIZE = (1440, 810)
22+
PLAYWRIGHT_SCREEN_SIZE = (1920, 810)
2323

2424

2525
def main() -> int:

0 commit comments

Comments
 (0)