00_nightwatch mobile test

This commit is contained in:
Robin Scholtes 2023-08-16 19:20:37 +12:00
parent 4740c5d8dc
commit b589d3c9a0
5 changed files with 290 additions and 7 deletions

View file

@ -18,7 +18,7 @@ const utils = require("./browserUtils.js");
module.exports = {
before: browser => {
browser
.resizeWindow(1280, 800)
.resizeWindow(1024, 800)
.url(browser.launchUrl)
.useCss()
.waitForElementNotPresent("#preloader", 10000)