Show More
@@ -105,6 +105,9 casper.notebook_test(function () { | |||
|
105 | 105 | this.test.assert(verify_selection(this, 2), 'List selection updated view states correctly.'); |
|
106 | 106 | |
|
107 | 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 | 111 | this.cell_element_function(selection_index, multibtn_selector + ' .btn:nth-child(4)', 'click'); |
|
109 | 112 | }); |
|
110 | 113 | this.wait_for_idle(); |
General Comments 0
You need to be logged in to leave comments.
Login now