Переглянути джерело

Merge branch 'style-refinements' of https://github.com/cameronoelsen/jupyterlab into style-refinements

cameronoelsen 7 роки тому
батько
коміт
a4eb223be3
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      test/src/apputils/jsoneditor.spec.ts

+ 1 - 1
test/src/apputils/jsoneditor.spec.ts

@@ -393,7 +393,7 @@ describe('apputils', () => {
         simulate(editor.editorHostNode, 'blur');
         simulate(editor.revertButtonNode, 'click');
         simulate(editor.commitButtonNode, 'click');
-        expect(editor.events).to.eql(['blur', 'click', 'click']);
+        expect(editor.events).to.eql(['focus', 'blur', 'click', 'click']);
       });
 
     });