fix api e2e

pull/5045/head
aniket-engg 3 months ago committed by Aniket
parent 245e43fd12
commit cc2850c7fb
  1. 2
      apps/remix-ide-e2e/src/tests/plugin_api.ts

@ -184,7 +184,7 @@ module.exports = {
.frameParent()
.useCss()
.clickLaunchIcon('udapp')
.waitForElementContainsText('#selectExEnvOptions button', 'VM Berlin Fork')
.waitForElementContainsText('#selectExEnvOptions button', 'Remix VM (Berlin)')
.clickLaunchIcon('localPlugin')
.useXpath()
// @ts-ignore

Loading…
Cancel
Save