File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -732,14 +732,6 @@ describe('API Integration Tests', function(): void {
732732 } ) ;
733733
734734 describe ( 'registerDecoration' , ( ) => {
735- it ( 'should register a decoration but not add the element until the first refresh call' , async ( ) => {
736- await openTerminal ( page ) ;
737- await writeSync ( page , '\\n\\n\\n\\n' ) ;
738- await writeSync ( page , '\\n\\n\\n\\n' ) ;
739- await page . evaluate ( `window.marker = window.term.addMarker(1)` ) ;
740- await page . evaluate ( `window.term.registerDecoration({ marker: window.marker })` ) ;
741- assert . equal ( await page . evaluate ( `document.querySelectorAll('.xterm-screen .xterm-decoration').length` ) , 0 ) ;
742- } ) ;
743735 it ( 'should register decorations and render them' , async ( ) => {
744736 await openTerminal ( page ) ;
745737 await writeSync ( page , '\\n\\n\\n\\n' ) ;
You can’t perform that action at this time.
0 commit comments