mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-09 07:45:00 -04:00
00_nightwatch mobile test
This commit is contained in:
parent
4740c5d8dc
commit
b589d3c9a0
5 changed files with 290 additions and 7 deletions
|
@ -93,7 +93,7 @@ const CONTROL_CHAR_NAMES = {
|
|||
module.exports = {
|
||||
before: browser => {
|
||||
browser
|
||||
.resizeWindow(1280, 800)
|
||||
.resizeWindow(1024, 800)
|
||||
.url(browser.launchUrl)
|
||||
.useCss()
|
||||
.waitForElementNotPresent("#preloader", 10000)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue