Skip to content

Commit 5886d46

Browse files
authored
Merge pull request #6080 from ethereum/bunsenstraat-patch-5
Update providers.test.ts
2 parents e215088 + 1c98d8a commit 5886d46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ module.exports = {
7878
.pause(1000)
7979
},
8080

81-
'execute script #group2': function (browser: NightwatchBrowser) {
81+
'execute script #group2': !function (browser: NightwatchBrowser) {
8282
browser.clickLaunchIcon('filePanel')
8383
.addFile('testScript.ts', { content: testScript })
8484
.clearConsole()
@@ -119,4 +119,4 @@ async function main() {
119119
120120
}
121121
122-
main()`
122+
main()`

0 commit comments

Comments
 (0)