##// END OF EJS Templates
Merge pull request #6650 from jdfreder/widg_int_test...
Min RK -
r18194:3c12ada1 merge
parent child Browse files
Show More
@@ -162,7 +162,7 b' casper.notebook_test(function () {'
162 162 'print("Success")\n');
163 163 this.execute_cell_then(index, function(index){
164 164 this.test.assertEquals(0, 0, 'Invalid int range max bound does not cause crash.');
165 });
165 }, true);
166 166
167 167 index = this.append_cell(
168 168 'a = widgets.IntSlider()\n' +
@@ -171,5 +171,5 b' casper.notebook_test(function () {'
171 171 'print("Success")\n');
172 172 this.execute_cell_then(index, function(index){
173 173 this.test.assertEquals(0, 0, 'Invalid int range min bound does not cause crash.');
174 });
174 }, true);
175 175 }); No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now