Skip to content

Commit dc85e4e

Browse files
zeevick10Aniket-Engg
authored andcommitted
Update terminal.test.ts
1 parent 07c27d5 commit dc85e4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/remix-ide-e2e/src/tests/terminal.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,16 +183,16 @@ module.exports = {
183183
.selectContract('OwnerTest')
184184
.createContract('')
185185
.pause(1000)
186-
.journalChildIncludes('constructor', { shouldHaveOnlyOneOccurence: true })
186+
.journalChildIncludes('constructor', { shouldHaveOnlyOneOccurrence: true })
187187
.pause(5000)
188188
.click('*[data-id="terminalClearConsole"]') // clear the terminal
189189
.clickInstance(0)
190190
.clickFunction('changeOwner - transact (not payable)', { types: 'address newOwner', values: '0xd9145CCE52D386f254917e481eB44e9943F39138' })
191191
.pause(1000)
192-
.journalChildIncludes('inside changeOwner', { shouldHaveOnlyOneOccurence: true })
192+
.journalChildIncludes('inside changeOwner', { shouldHaveOnlyOneOccurrence: true })
193193
.clickFunction('getOwner - call')
194194
.pause(1000)
195-
.journalChildIncludes('inside getOwner', { shouldHaveOnlyOneOccurence: true })
195+
.journalChildIncludes('inside getOwner', { shouldHaveOnlyOneOccurrence: true })
196196
},
197197

198198
'Emit 2 similar events and check the filtering is done properly #group4': function (browser: NightwatchBrowser) {

0 commit comments

Comments
 (0)