Преглед на файлове

Refined dialog test to work with new structure of dialog

cameronoelsen преди 7 години
родител
ревизия
f9f206e524
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  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');
           });
 
         });