make the JS test fail

pull/37/head
Paul Ivanov 12 years ago
parent cbe162297f
commit 9b7c8b0473

@ -12,9 +12,9 @@ casper.notebook_test(function () {
this.evaluate(function () {
var cell = IPython.notebook.get_cell(0);
var json = cell.toJSON()
json.prompt_number = "<script> alert('hello from input prompts !')</script>"
cell.fromJSON(j)
var json = cell.toJSON();
json.prompt_number = "<script> alert('hello from input prompts !')</script>";
cell.fromJSON(json);
});
this.then(function () {

Loading…
Cancel
Save