Uncommented parent/child test that was failing

This commit is contained in:
Jonathan Frederic 2013-12-06 01:06:40 +00:00
parent 6cfdb5848a
commit 5e01a6bb1e

View File

@ -280,9 +280,9 @@ casper.notebook_test(function () {
'.widget-area .widget-subarea .widget-container'),
'Parent container not displayed.');
// this.test.assert(this.cell_element_exists(index,
// '.widget-area .widget-subarea button'),
// 'Child displayed.');
this.test.assert(this.cell_element_exists(index,
'.widget-area .widget-subarea button'),
'Child displayed.');
});
});