always hide

flattentree
filip mertens 10 months ago
parent a820976528
commit a366288412
  1. 4
      apps/remix-ide-e2e/src/helpers/init.ts

@ -23,7 +23,7 @@ export default function (browser: NightwatchBrowser, callback: VoidFunction, url
})
.verifyLoad()
.perform(() => {
if (hideToolTips) {
//if (hideToolTips) {
browser.execute(function () { // hide tooltips
function addStyle(styleString) {
const style = document.createElement('style');
@ -40,7 +40,7 @@ export default function (browser: NightwatchBrowser, callback: VoidFunction, url
}
`);
})
}})
})
.perform(() => {
browser.execute(function () {
(window as any).logs = [];

Loading…
Cancel
Save