Commit 3736bede authored by ioedeveloper's avatar ioedeveloper

Fixed linting error

parent f331d1a0
......@@ -31,7 +31,7 @@ module.exports = {
'Loads terminal': function (browser) {
browser
.waitForElementVisible('#terminalCli', 10000)
.journalLastChildIncludes('Welcome to Remix');
.journalLastChildIncludes('Welcome to Remix')
},
'Toggles Side Panel': function (browser) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment