Skip to content

Commit da24925

Browse files
committed
changed window size
1 parent d723411 commit da24925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/github/mfaisalkhatri/test/BaseTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public WebDriver getDriver () {
2121
@BeforeClass
2222
public void setup () {
2323
ChromeOptions chromeOptions = new ChromeOptions ();
24-
chromeOptions.addArguments ("--headless=new","--no-sandbox", "--window-size=1920,1080");
24+
chromeOptions.addArguments ("--headless=new","--no-sandbox", "--window-size=1280,720");
2525

2626
this.driver = new ChromeDriver (chromeOptions);
2727
this.driver.manage ()

0 commit comments

Comments
 (0)