From 82bbcf166d5a7a569a409652d622f8126e7869ce Mon Sep 17 00:00:00 2001 From: Jonathan Frederic Date: Thu, 20 Feb 2014 13:14:37 -0800 Subject: [PATCH] Fixed .. typo --- IPython/html/tests/widgets/widget_selection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/html/tests/widgets/widget_selection.js b/IPython/html/tests/widgets/widget_selection.js index 5f5b29ec1..c4f03cc86 100644 --- a/IPython/html/tests/widgets/widget_selection.js +++ b/IPython/html/tests/widgets/widget_selection.js @@ -8,7 +8,7 @@ casper.notebook_test(function () { var combo_selector = '.widget-area .widget-subarea .widget-hbox-single .btn-group .widget-combo-btn'; var multibtn_selector = '.widget-area .widget-subarea .widget-hbox-single .btn-group[data-toggle="buttons-radio"]'; - var radio_selector = '.widget-area .widget-subarea .widget-hbox ..widget-radio-box'; + var radio_selector = '.widget-area .widget-subarea .widget-hbox .widget-radio-box'; var list_selector = '.widget-area .widget-subarea .widget-hbox .widget-listbox'; var selection_index;