master
bunsenstraat 4 days ago committed by Aniket
parent 6ba4dc7bac
commit 673c5fbf2a
  1. 3
      apps/remix-ide-e2e/src/tests/terminal.test.ts

@ -195,7 +195,7 @@ module.exports = {
.journalChildIncludes('inside getOwner', { shouldHaveOnlyOneOccurrence: true }) .journalChildIncludes('inside getOwner', { shouldHaveOnlyOneOccurrence: true })
}, },
'Emit 2 similar events and check the filtering is done properly #flaky #group4': function (browser: NightwatchBrowser) { 'Emit 2 similar events and check the filtering is done properly #flaky #group11': function (browser: NightwatchBrowser) {
let addressRef: string let addressRef: string
browser browser
.addFile('contracts/contract_with_event.sol', { content: contract_with_event }) .addFile('contracts/contract_with_event.sol', { content: contract_with_event })
@ -204,7 +204,6 @@ module.exports = {
.clickLaunchIcon('solidity') .clickLaunchIcon('solidity')
.click('*[data-id="compilerContainerCompileBtn"]') .click('*[data-id="compilerContainerCompileBtn"]')
.clickLaunchIcon('udapp') .clickLaunchIcon('udapp')
.click('*[data-id="deployAndRunClearInstances"]')
.selectContract('Example') .selectContract('Example')
.createContract('') .createContract('')
.getAddressAtPosition(0, (address) => { .getAddressAtPosition(0, (address) => {

Loading…
Cancel
Save