File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
apps/remix-ide-e2e/src/tests Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments