wait for kernel_ready after ws_closed_error

This commit is contained in:
Min RK 2014-11-08 19:23:20 -08:00
parent 42f0684994
commit 4871cc4f1d

View File

@ -269,6 +269,8 @@ casper.notebook_test(function () {
});
}
);
// wait for any last idle/busy messages to be handled
this.wait_for_kernel_ready();
// start the kernel back up
this.thenEvaluate(function () {