##// 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 'print("Success")\n');
162 'print("Success")\n');
163 this.execute_cell_then(index, function(index){
163 this.execute_cell_then(index, function(index){
164 this.test.assertEquals(0, 0, 'Invalid int range max bound does not cause crash.');
164 this.test.assertEquals(0, 0, 'Invalid int range max bound does not cause crash.');
165 });
165 }, true);
166
166
167 index = this.append_cell(
167 index = this.append_cell(
168 'a = widgets.IntSlider()\n' +
168 'a = widgets.IntSlider()\n' +
@@ -171,5 +171,5 b' casper.notebook_test(function () {'
171 'print("Success")\n');
171 'print("Success")\n');
172 this.execute_cell_then(index, function(index){
172 this.execute_cell_then(index, function(index){
173 this.test.assertEquals(0, 0, 'Invalid int range min bound does not cause crash.');
173 this.test.assertEquals(0, 0, 'Invalid int range min bound does not cause crash.');
174 });
174 }, true);
175 }); No newline at end of file
175 });
General Comments 0
You need to be logged in to leave comments. Login now