pull/4629/head
aniket-engg 8 months ago committed by Aniket
parent 494ac7000e
commit 0253ec2715
  1. 2
      apps/remix-ide-e2e/src/tests/solidityUnittests.test.ts

@ -341,6 +341,8 @@ module.exports = {
browser
.clickLaunchIcon('solidity')
.setSolidityCompilerVersion('builtin')
.click('.remixui_compilerConfigSection')
.setValue('#evmVersionSelector', 'shanghai') // Temporary fix
.clickLaunchIcon('filePanel')
.click('*[data-id="treeViewLitreeViewItemcontracts"]')
.openFile('contracts/3_Ballot.sol')

Loading…
Cancel
Save