mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
Uncommented parent/child test that was failing
This commit is contained in:
parent
6cfdb5848a
commit
5e01a6bb1e
@ -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.');
|
||||
});
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user