diff --git a/IPython/html/tests/widgets/widget_selection.js b/IPython/html/tests/widgets/widget_selection.js index c4f03cc..25d5b86 100644 --- a/IPython/html/tests/widgets/widget_selection.js +++ b/IPython/html/tests/widgets/widget_selection.js @@ -105,6 +105,9 @@ casper.notebook_test(function () { this.test.assert(verify_selection(this, 2), 'List selection updated view states correctly.'); // Verify that selecting a multibutton option updates all of the others. + // Bootstrap3 has changed the toggle button group behavior. Two clicks + // are required to actually select an item. + this.cell_element_function(selection_index, multibtn_selector + ' .btn:nth-child(4)', 'click'); this.cell_element_function(selection_index, multibtn_selector + ' .btn:nth-child(4)', 'click'); }); this.wait_for_idle();