mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-17 12:39:54 +08:00
add events to ws_closed_error in kernel.js
This commit is contained in:
parent
59b54eba53
commit
42f0684994
@ -257,7 +257,11 @@ casper.notebook_test(function () {
|
||||
'ws_closed_error',
|
||||
[
|
||||
'kernel_disconnected.Kernel',
|
||||
'kernel_connection_failed.Kernel'
|
||||
'kernel_connection_failed.Kernel',
|
||||
'kernel_reconnecting.Kernel',
|
||||
'kernel_connected.Kernel',
|
||||
'kernel_busy.Kernel',
|
||||
'kernel_idle.Kernel'
|
||||
],
|
||||
function () {
|
||||
this.thenEvaluate(function () {
|
||||
|
Loading…
Reference in New Issue
Block a user