##// END OF EJS Templates
Uncommented parent/child test that was failing
Jonathan Frederic -
Show More
@@ -280,9 +280,9 b' casper.notebook_test(function () {'
280 '.widget-area .widget-subarea .widget-container'),
280 '.widget-area .widget-subarea .widget-container'),
281 'Parent container not displayed.');
281 'Parent container not displayed.');
282
282
283 // this.test.assert(this.cell_element_exists(index,
283 this.test.assert(this.cell_element_exists(index,
284 // '.widget-area .widget-subarea button'),
284 '.widget-area .widget-subarea button'),
285 // 'Child displayed.');
285 'Child displayed.');
286 });
286 });
287 });
287 });
288
288
General Comments 0
You need to be logged in to leave comments. Login now