@@ -88,6 +88,7 @@ describe("FreeText Editor", () => {
8888 let pages ;
8989
9090 beforeEach ( async ( ) => {
91+ pending ( "Linked PDFs are not supported." ) ;
9192 pages = await loadAndWait ( "aboutstacks.pdf" , ".annotationEditorLayer" ) ;
9293 } ) ;
9394
@@ -136,6 +137,7 @@ describe("FreeText Editor", () => {
136137 } ) ;
137138
138139 it ( "must copy/paste" , async ( ) => {
140+ pending ( "Doesn't work in headless mode in Firefox." ) ;
139141 // Run sequentially to avoid clipboard issues.
140142 for ( const [ browserName , page ] of pages ) {
141143 await switchToFreeText ( page ) ;
@@ -216,6 +218,7 @@ describe("FreeText Editor", () => {
216218 } ) ;
217219
218220 it ( "must check that a paste has been undone" , async ( ) => {
221+ pending ( "Doesn't work in headless mode in Firefox." ) ;
219222 // Run sequentially to avoid clipboard issues.
220223 for ( const [ , page ] of pages ) {
221224 await switchToFreeText ( page ) ;
@@ -436,6 +439,7 @@ describe("FreeText Editor", () => {
436439 let pages ;
437440
438441 beforeEach ( async ( ) => {
442+ pending ( "Linked PDFs are not supported." ) ;
439443 pages = await loadAndWait ( "aboutstacks.pdf" , ".annotationEditorLayer" ) ;
440444 } ) ;
441445
@@ -444,6 +448,7 @@ describe("FreeText Editor", () => {
444448 } ) ;
445449
446450 it ( "must select/unselect several editors and check copy, paste and delete operations" , async ( ) => {
451+ pending ( "Doesn't work in headless mode in Chrome and Firefox." ) ;
447452 // Run sequentially to avoid clipboard issues.
448453 for ( const [ browserName , page ] of pages ) {
449454 await switchToFreeText ( page ) ;
@@ -1156,6 +1161,7 @@ describe("FreeText Editor", () => {
11561161 } ) ;
11571162
11581163 it ( "must copy and paste an existing annotation" , async ( ) => {
1164+ pending ( "Doesn't work in headless mode in Firefox." ) ;
11591165 // Run sequentially to avoid clipboard issues.
11601166 for ( const [ browserName , page ] of pages ) {
11611167 await switchToFreeText ( page ) ;
@@ -1447,6 +1453,7 @@ describe("FreeText Editor", () => {
14471453 } ) ;
14481454
14491455 it ( "must open an existing annotation and check that the position are good" , async ( ) => {
1456+ pending ( "Doesn't work in headless mode in Firefox." ) ;
14501457 await Promise . all (
14511458 pages . map ( async ( [ browserName , page ] ) => {
14521459 const toBinary = buf => {
@@ -2322,6 +2329,7 @@ describe("FreeText Editor", () => {
23222329 let pages ;
23232330
23242331 beforeEach ( async ( ) => {
2332+ pending ( "Linked PDFs are not supported." ) ;
23252333 pages = await loadAndWait ( "bug1823296.pdf" , ".annotationEditorLayer" ) ;
23262334 } ) ;
23272335
@@ -3093,6 +3101,7 @@ describe("FreeText Editor", () => {
30933101 } ) ;
30943102
30953103 it ( "must check that a freetext is still there after having updated it and scroll the doc" , async ( ) => {
3104+ pending ( "Doesn't work in headless mode in Chrome." ) ;
30963105 await Promise . all (
30973106 pages . map ( async ( [ browserName , page ] ) => {
30983107 await switchToFreeText ( page ) ;
0 commit comments