|
|
|
@ -27,8 +27,6 @@ export default function (browser: NightwatchBrowser, callback: VoidFunction, url |
|
|
|
|
}) |
|
|
|
|
.verifyLoad() |
|
|
|
|
.enableClipBoard() |
|
|
|
|
.waitForElementVisible('*[data-id="hTScamAlertButton"]') |
|
|
|
|
.click('*[data-id="hTScamAlertButton"]') |
|
|
|
|
.waitForElementVisible('*[data-id="aiStatusButton"]') |
|
|
|
|
.click('*[data-id="aiStatusButton"]') |
|
|
|
|
.perform((done) => { |
|
|
|
@ -43,6 +41,9 @@ export default function (browser: NightwatchBrowser, callback: VoidFunction, url |
|
|
|
|
.popover { |
|
|
|
|
display:none !important; |
|
|
|
|
} |
|
|
|
|
#scamDetails { |
|
|
|
|
display:none !important; |
|
|
|
|
} |
|
|
|
|
`);
|
|
|
|
|
}, [], done()) |
|
|
|
|
}) |
|
|
|
|