mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
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:
@ -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();
|
||||
|
Reference in New Issue
Block a user