Skip to content

Commit 0222bf1

Browse files
zeroprooffAniket-Engg
authored andcommitted
Update proxy_oz_v5_non_shanghai_runtime.test.ts
1 parent de5d0f8 commit 0222bf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = {
2828
.addFile('myTokenV1.sol', sources[0]['myTokenV1.sol'])
2929
.clickLaunchIcon('solidity')
3030
.pause(2000)
31-
// because the compilatiom imports are slow and sometimes stop loading (not sure why, it's bug) we need to recompile and check to see if the files are really in de FS
31+
// because the compilation imports are slow and sometimes stop loading (not sure why, it's bug) we need to recompile and check to see if the files are really in de FS
3232
.click('[data-id="compilerContainerCompileBtn"]')
3333
.clickLaunchIcon('filePanel')
3434
.isVisible({
@@ -350,4 +350,4 @@ const sources = [
350350
`
351351
}
352352
}
353-
]
353+
]

0 commit comments

Comments
 (0)