|
|
@ -9,6 +9,7 @@ export default function (browser: NightwatchBrowser, callback: VoidFunction, url |
|
|
|
.switchBrowserTab(0) |
|
|
|
.switchBrowserTab(0) |
|
|
|
.waitForElementVisible('[id="remixTourSkipbtn"]') |
|
|
|
.waitForElementVisible('[id="remixTourSkipbtn"]') |
|
|
|
.click('[id="remixTourSkipbtn"]') |
|
|
|
.click('[id="remixTourSkipbtn"]') |
|
|
|
|
|
|
|
.maximizeWindow() |
|
|
|
.fullscreenWindow(() => { |
|
|
|
.fullscreenWindow(() => { |
|
|
|
if (preloadPlugins) { |
|
|
|
if (preloadPlugins) { |
|
|
|
initModules(browser, () => { |
|
|
|
initModules(browser, () => { |
|
|
|