We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a760154 commit 0921037Copy full SHA for 0921037
tests/runTests.js
@@ -11,7 +11,7 @@ module.exports = {
11
.assert.elementHasChildren(".myclass", "li")
12
.pause(10000)
13
.end();
14
- }
+ },
15
16
"test saveElementScreenshot": function(browser) {
17
var imageFileName = "test.png";
0 commit comments