mirror of
https://github.com/TrentSPalmer/hugo_themes_report.git
synced 2025-11-21 02:08:25 -08:00
fix window sizes in tests
This commit is contained in:
@@ -15,6 +15,7 @@ SOURCE_PAGE = f'file://{str(SOURCE_FILE)}'
|
||||
class TestSelenium(TestCase):
|
||||
def setUp(self):
|
||||
self.driver = webdriver.Chrome(options=OPTIONS, service=SERVICE)
|
||||
self.driver.set_window_size(1920, 1080)
|
||||
self.driver.get(SOURCE_PAGE)
|
||||
|
||||
def tearDown(self):
|
||||
|
||||
Reference in New Issue
Block a user