Skip to content

Commit cc2850c

Browse files
committed
fix api e2e
1 parent 245e43f commit cc2850c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide-e2e/src/tests/plugin_api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ module.exports = {
184184
.frameParent()
185185
.useCss()
186186
.clickLaunchIcon('udapp')
187-
.waitForElementContainsText('#selectExEnvOptions button', 'VM Berlin Fork')
187+
.waitForElementContainsText('#selectExEnvOptions button', 'Remix VM (Berlin)')
188188
.clickLaunchIcon('localPlugin')
189189
.useXpath()
190190
// @ts-ignore

0 commit comments

Comments
 (0)