@@ -158,7 +158,7 @@ module.exports = {
158158 writeFileSync ( './apps/remix-ide/contracts/hardhat/artifacts/contracts/Lock.sol/Lock.dbg.json' , JSON . stringify ( hardhat_compilation_Lock_dbg ) )
159159 done ( )
160160 } )
161- . expect . element ( '*[data-id="terminalJournal"]' ) . text . to . contain ( 'receiving compilation result from hardhat ' ) . before ( 60000 )
161+ . expect . element ( '*[data-id="terminalJournal"]' ) . text . to . contain ( 'receiving compilation result from Hardhat ' ) . before ( 60000 )
162162
163163 browser . clickLaunchIcon ( 'filePanel' )
164164 . openFile ( 'contracts' )
@@ -186,7 +186,7 @@ module.exports = {
186186 console . log ( 'working directory' , process . cwd ( ) )
187187 connectRemixd ( browser , done )
188188 } )
189- . expect . element ( '*[data-id="terminalJournal"]' ) . text . to . contain ( 'receiving compilation result from hardhat ' ) . before ( 60000 )
189+ . expect . element ( '*[data-id="terminalJournal"]' ) . text . to . contain ( 'receiving compilation result from Hardhat ' ) . before ( 60000 )
190190
191191 browser . clickLaunchIcon ( 'filePanel' )
192192 . openFile ( 'contracts' )
@@ -210,7 +210,7 @@ module.exports = {
210210 writeFileSync ( './apps/remix-ide/contracts/foundry/out/Counter.sol/Counter.json' , JSON . stringify ( foundryCompilation ) )
211211 done ( )
212212 } )
213- . expect . element ( '*[data-id="terminalJournal"]' ) . text . to . contain ( 'receiving compilation result from foundry ' ) . before ( 60000 )
213+ . expect . element ( '*[data-id="terminalJournal"]' ) . text . to . contain ( 'receiving compilation result from Foundry ' ) . before ( 60000 )
214214
215215 let contractAaddress
216216 browser . clickLaunchIcon ( 'filePanel' )
@@ -245,7 +245,7 @@ module.exports = {
245245 writeFileSync ( './apps/remix-ide/contracts/truffle/build/contracts/Migrations.json' , JSON . stringify ( truffle_compilation ) )
246246 done ( )
247247 } )
248- . expect . element ( '*[data-id="terminalJournal"]' ) . text . to . contain ( 'receiving compilation result from truffle ' ) . before ( 60000 )
248+ . expect . element ( '*[data-id="terminalJournal"]' ) . text . to . contain ( 'receiving compilation result from Truffle ' ) . before ( 60000 )
249249
250250 browser . clickLaunchIcon ( 'filePanel' )
251251 . openFile ( 'contracts' )
0 commit comments