random attempt to fix weird test failure in circle ci, removed the whole omit reload thing which only half worked

This commit is contained in:
Tim Chamberlain
2023-03-01 20:04:54 -06:00
parent 5e9734f712
commit 9487f631e7
3 changed files with 2 additions and 5 deletions

View File

@ -54,7 +54,7 @@ public class QBaseSeleniumTest
void beforeEach()
{
driver = new ChromeDriver(chromeOptions);
driver.manage().window().setSize(new Dimension(1600, 1200));
driver.manage().window().setSize(new Dimension(1700, 1300));
qSeleniumLib = new QSeleniumLib(driver);
qSeleniumJavalin = new QSeleniumJavalin();