We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 245e43f commit cc2850cCopy full SHA for cc2850c
apps/remix-ide-e2e/src/tests/plugin_api.ts
@@ -184,7 +184,7 @@ module.exports = {
184
.frameParent()
185
.useCss()
186
.clickLaunchIcon('udapp')
187
- .waitForElementContainsText('#selectExEnvOptions button', 'VM Berlin Fork')
+ .waitForElementContainsText('#selectExEnvOptions button', 'Remix VM (Berlin)')
188
.clickLaunchIcon('localPlugin')
189
.useXpath()
190
// @ts-ignore
0 commit comments