pull/5160/head
yann300 3 months ago committed by Aniket
parent 2b50442501
commit 2eae6b8ff2
  1. 3
      apps/remix-ide-e2e/src/tests/eip1153.test.ts

@ -33,9 +33,8 @@ module.exports = {
})
},
'Should clear transient storage after tx execution' : function (browser: NightwatchBrowser) {
'Should clear transient storage after tx execution #group1' : function (browser: NightwatchBrowser) {
browser.addFile('clear_transient.sol', { content: clearTransient })
.clickLaunchIcon('solidity')
.verifyContracts(['ClearTransient'])
.clickLaunchIcon('udapp')
.createContract('')

Loading…
Cancel
Save