|
|
@ -27,8 +27,6 @@ export default function (browser: NightwatchBrowser, callback: VoidFunction, url |
|
|
|
}) |
|
|
|
}) |
|
|
|
.verifyLoad() |
|
|
|
.verifyLoad() |
|
|
|
.enableClipBoard() |
|
|
|
.enableClipBoard() |
|
|
|
.waitForElementVisible('*[data-id="aiStatusButton"]') |
|
|
|
|
|
|
|
.click('*[data-id="aiStatusButton"]') |
|
|
|
|
|
|
|
.perform((done) => { |
|
|
|
.perform((done) => { |
|
|
|
browser.execute(function () { // hide tooltips
|
|
|
|
browser.execute(function () { // hide tooltips
|
|
|
|
function addStyle(styleString) { |
|
|
|
function addStyle(styleString) { |
|
|
|