##// END OF EJS Templates
Fixed test to reflect new Bootstrap3 toggle button behavior.
Jonathan Frederic -
Show More
@@ -105,6 +105,9 b' casper.notebook_test(function () {'
105 this.test.assert(verify_selection(this, 2), 'List selection updated view states correctly.');
105 this.test.assert(verify_selection(this, 2), 'List selection updated view states correctly.');
106
106
107 // Verify that selecting a multibutton option updates all of the others.
107 // Verify that selecting a multibutton option updates all of the others.
108 // Bootstrap3 has changed the toggle button group behavior. Two clicks
109 // are required to actually select an item.
110 this.cell_element_function(selection_index, multibtn_selector + ' .btn:nth-child(4)', 'click');
108 this.cell_element_function(selection_index, multibtn_selector + ' .btn:nth-child(4)', 'click');
111 this.cell_element_function(selection_index, multibtn_selector + ' .btn:nth-child(4)', 'click');
109 });
112 });
110 this.wait_for_idle();
113 this.wait_for_idle();
General Comments 0
You need to be logged in to leave comments. Login now