Skip to content

Commit 1c98d8a

Browse files
authored
Update providers.test.ts
1 parent e215088 commit 1c98d8a

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)