File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ var easyimg = require("easyimage");
33var baseurl = "http://localhost:9999" ;
44
55module . 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} ;
You can’t perform that action at this time.
0 commit comments