Skip to content

Commit 6908f71

Browse files
authored
set 0.8.4
1 parent ed517e8 commit 6908f71

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

apps/remix-ide-e2e/src/tests/debugger.spec.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,10 @@ module.exports = {
210210
},
211211

212212
'Should start debugging using remix debug nodes (rinkeby)': function (browser: NightwatchBrowser) {
213-
browser.addFile('useDebugNodes.sol', sources[5]['useDebugNodes.sol']) // compile contract
213+
browser
214+
.clickLaunchIcon('solidity')
215+
.setSolidityCompilerVersion('soljson-v0.8.4+commit.c7e474f2.js')
216+
.addFile('useDebugNodes.sol', sources[5]['useDebugNodes.sol']) // compile contract
214217
.clickLaunchIcon('udapp')
215218
.click('*[data-id="settingsWeb3Mode"]') // select web3 provider with debug nodes URL
216219
.clearValue('*[data-id="modalDialogCustomPromptText"]')

0 commit comments

Comments
 (0)