Skip to content

Commit 0b3310c

Browse files
committed
Update playwright height display size
1 parent 10ba966 commit 0b3310c

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 = (1920, 810)
22+
PLAYWRIGHT_SCREEN_SIZE = (1920, 1080)
2323

2424

2525
def main() -> int:

0 commit comments

Comments
 (0)