pull/5756/head
bunsenstraat 5 days ago committed by bunsenstraat
parent fd63d454f0
commit 0416551ee6
  1. 2
      .circleci/config.yml
  2. 2
      apps/remix-ide-e2e/src/helpers/init.ts

@ -629,7 +629,7 @@ jobs:
remix-ide-browser:
docker:
- image: cimg/node:20.18.3-browsers
- image: cimg/node:23.7.0-browsers
resource_class:
xlarge
working_directory: ~/remix-project

@ -14,7 +14,7 @@ export default function (browser: NightwatchBrowser, callback: VoidFunction, url
.url(url || 'http://127.0.0.1:8080')
.pause(5000)
.switchBrowserTab(0)
//.hidePopupPanel()
.hidePopupPanel()
.perform((done) => {
if (!loadPlugin) return done()
browser

Loading…
Cancel
Save