Ver Fonte

update test

Steven Silvester há 7 anos atrás
pai
commit
82eee64a2b
1 ficheiros alterados com 1 adições e 1 exclusões
  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']);
       });
 
     });