Skip to content

Commit 2075882

Browse files
author
Dou Du
committed
update the figure size
1 parent 1cf9633 commit 2075882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def setup_method(self, method):
1717
options = Options()
1818
cwd = os.getcwd()
1919
options.add_argument("--headless")
20-
options.add_argument("--window-size=1280x1500")
20+
options.add_argument("--window-size=2000x3000")
2121
options.add_experimental_option("prefs", {"download.default_directory": cwd})
2222
self.driver = webdriver.Chrome(options=options)
2323
self.vars = {}

0 commit comments

Comments
 (0)