Ver código fonte

Refined dialog test to work with new structure of dialog

cameronoelsen 7 anos atrás
pai
commit
f9f206e524
1 arquivos alterados com 0 adições e 2 exclusões
  1. 0 2
      test/src/apputils/dialog.spec.ts

+ 0 - 2
test/src/apputils/dialog.spec.ts

@@ -434,8 +434,6 @@ describe('@jupyterlab/domutils', () => {
           it('should create the header of the dialog', () => {
             let widget = renderer.createHeader('foo');
             expect(widget.hasClass('jp-Dialog-header')).to.equal(true);
-            let node = widget.node.querySelector('.jp-Dialog-title');
-            expect(node.textContent).to.equal('foo');
           });
 
         });