pull/5468/head
bunsenstraat 2 months ago committed by bunsenstraat
parent 9e7fbe1f6c
commit 38c3020408
  1. 1
      apps/remix-ide-e2e/src/tests/transactionExecution.test.ts

@ -226,6 +226,7 @@ module.exports = {
.clickLaunchIcon('udapp') .clickLaunchIcon('udapp')
.waitForElementVisible('*[data-title="uint256 p"]', 10000) .waitForElementVisible('*[data-title="uint256 p"]', 10000)
.createContract('102') // this creation will fail if the component hasn't been properly reset. .createContract('102') // this creation will fail if the component hasn't been properly reset.
.getBrowserLogs()
.clickInstance(1) .clickInstance(1)
.clickFunction('store - transact (not payable)', { types: 'uint256 num', values: '24' }) .clickFunction('store - transact (not payable)', { types: 'uint256 num', values: '24' })
.testFunction('last', // we check if the contract is actually reachable. .testFunction('last', // we check if the contract is actually reachable.

Loading…
Cancel
Save