hide popovers in tests

pull/5370/head
filip mertens 11 months ago
parent 7b0f8c9d69
commit 7f34e88c07
  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