switch window

pull/5756/head
bunsenstraat 4 days ago committed by bunsenstraat
parent 0416551ee6
commit 1d1e2e1f3f
  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:23.7.0-browsers
- image: cimg/node:20.18.3-browsers
resource_class:
xlarge
working_directory: ~/remix-project

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

Loading…
Cancel
Save