mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Fixed Accordion test broken by last commit
This commit is contained in:
parent
75b148d40b
commit
8312534cac
@ -65,9 +65,9 @@ casper.notebook_test(function () {
|
||||
var multicontainer2_query = '.widget-area .widget-subarea .accordion';
|
||||
var multicontainer2_index = this.append_cell(
|
||||
'multicontainer = widgets.AccordionWidget()\n' +
|
||||
'page1 = widgets.TextBoxWidget()\n' +
|
||||
'page2 = widgets.TextBoxWidget()\n' +
|
||||
'page3 = widgets.TextBoxWidget()\n' +
|
||||
'page1 = widgets.TextWidget()\n' +
|
||||
'page2 = widgets.TextWidget()\n' +
|
||||
'page3 = widgets.TextWidget()\n' +
|
||||
'multicontainer.children = [page1, page2, page3]\n' +
|
||||
'multicontainer.set_title(2, "good")\n' +
|
||||
'display(multicontainer)\n' +
|
||||
|
Loading…
Reference in New Issue
Block a user