##// END OF EJS Templates
fix test
Bussonnier Matthias -
Show More
@@ -39,7 +39,9 b' casper.notebook_test(function () {'
39 this.wait_for_output(button_index, 1);
39 this.wait_for_output(button_index, 1);
40
40
41 this.then(function () {
41 this.then(function () {
42 this.test.assertEquals(this.get_output_cell(button_index, 1).data['text/plain'], "'Clicked'",
42 this.test.assertEquals(this.get_output_cell(button_index, 1).text, "WARNING: The widget API is still considered experimental and \n may change by the next major release of IPython.\n",
43 'Importing widgets show a warning');
44 this.test.assertEquals(this.get_output_cell(button_index, 2).data['text/plain'], "'Clicked'",
43 'Button click event fires.');
45 'Button click event fires.');
44 });
46 });
45 }); No newline at end of file
47 });
General Comments 0
You need to be logged in to leave comments. Login now