Commit ead9f69b authored by ioedeveloper's avatar ioedeveloper

Fixed linting error

parent 1c858559
...@@ -38,6 +38,6 @@ module.exports = { ...@@ -38,6 +38,6 @@ module.exports = {
} }
}) })
}, },
tearDown: sauce tearDown: sauce
} }
...@@ -11,7 +11,7 @@ module.exports = { ...@@ -11,7 +11,7 @@ module.exports = {
before: function (browser, done) { before: function (browser, done) {
init(browser, done) init(browser, done)
}, },
'Load Gist Modal': function (browser) { 'Load Gist Modal': function (browser) {
browser browser
.waitForElementVisible('#icon-panel', 10000) .waitForElementVisible('#icon-panel', 10000)
......
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