Skip to content

Commit 6571f90

Browse files
committed
fix env and provider e2e
1 parent df298f5 commit 6571f90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/remix-ide-e2e/src/tests/environment-account.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module.exports = {
3333
.assert.containsText({
3434
selector: '[data-id^="txOriginSelectAccountItem-"]',
3535
index: 0
36-
}, '100 ETH')
36+
}, '100.0 ETH')
3737
.end()
3838
}
3939
}

apps/remix-ide-e2e/src/tests/providers.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ module.exports = {
5757
.switchEnvironment('foundry-provider')
5858
.waitForElementVisible('*[data-id="foundry-providerModalDialogModalBody-react"]', 60000)
5959
.modalFooterOKClick('foundry-provider')
60-
.waitForElementContainsText('*[data-id="settingsNetworkEnv"]', 'Custom (')
60+
.waitForElementContainsText('*[data-id="settingsNetworkEnv"]', '1337) network')
6161
},
6262

6363
'Should switch to custom provider #group2': function (browser: NightwatchBrowser) {

0 commit comments

Comments
 (0)