mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
toggle-buttons test
This commit is contained in:
parent
a152a481d0
commit
9d78b0dae6
@ -7,7 +7,7 @@ casper.notebook_test(function () {
|
||||
this.execute_cell_then(index);
|
||||
|
||||
var combo_selector = '.widget-area .widget-subarea .widget-hbox .btn-group .widget-combo-btn';
|
||||
var multibtn_selector = '.widget-area .widget-subarea .widget-hbox .btn-group[data-toggle="buttons-radio"]';
|
||||
var multibtn_selector = '.widget-area .widget-subarea .widget-hbox.widget-toggle-buttons .btn-group';
|
||||
var radio_selector = '.widget-area .widget-subarea .widget-hbox .widget-radio-box';
|
||||
var list_selector = '.widget-area .widget-subarea .widget-hbox .widget-listbox';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user