Skip to content

Commit a9007fb

Browse files
committed
uncomment tests
1 parent 764c67c commit a9007fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/runTests.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var easyimg = require("easyimage");
33
var baseurl = "http://localhost:9999";
44

55
module.exports = {
6-
/*"test elementHasChildren": function(browser) {
6+
"test elementHasChildren": function(browser) {
77
return browser
88
.url(baseurl+"/children")
99
.assert.elementHasChildren(".myclass")
@@ -33,7 +33,7 @@ module.exports = {
3333
});
3434
})
3535
.end();
36-
},*/
36+
},
3737

3838
"test waitForJqueryElement": function(browser) {
3939
browser.globals.waitForConditionTimeout = 5000;
@@ -46,7 +46,7 @@ module.exports = {
4646
.end();
4747
},
4848

49-
/*"test waitForAttribute": function(browser) {
49+
"test waitForAttribute": function(browser) {
5050
browser.globals.waitForConditionTimeout = 5000;
5151

5252
return browser
@@ -147,5 +147,5 @@ module.exports = {
147147
.pause(200)
148148
.assert.visible("#div")
149149
.end();
150-
},*/
150+
},
151151
};

0 commit comments

Comments
 (0)