hide popovers in tests

flattentree
filip mertens 11 months ago
parent 09e394fda7
commit 480c2af136
  1. 3
      apps/remix-ide-e2e/src/helpers/init.ts

@ -35,6 +35,9 @@ export default function (browser: NightwatchBrowser, callback: VoidFunction, url
.popover {
display:none !important;
}
.popover-body {
display:none !important;
}
`);
})
}})

Loading…
Cancel
Save