Ian Rose 6 роки тому
батько
коміт
e7953f3166
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      tests/test-console/src/panel.spec.ts

+ 1 - 1
tests/test-console/src/panel.spec.ts

@@ -87,7 +87,7 @@ describe('console/panel', () => {
     });
 
     describe('#onAfterAttach()', () => {
-      it('should start the session', () => {
+      it('should start the session', async () => {
         Widget.attach(panel, document.body);
         await dismissDialog();
         return panel.session.ready;