@@ -89,6 +89,7 @@ describe("FreeText Editor", () => {
8989 let pages ;
9090
9191 beforeEach ( async ( ) => {
92+ pending ( "Linked PDFs are not supported." ) ;
9293 pages = await loadAndWait ( "aboutstacks.pdf" , ".annotationEditorLayer" ) ;
9394 } ) ;
9495
@@ -137,6 +138,7 @@ describe("FreeText Editor", () => {
137138 } ) ;
138139
139140 it ( "must copy/paste" , async ( ) => {
141+ pending ( "Doesn't work in headless mode in Firefox." ) ;
140142 // Run sequentially to avoid clipboard issues.
141143 for ( const [ browserName , page ] of pages ) {
142144 await switchToFreeText ( page ) ;
@@ -217,6 +219,7 @@ describe("FreeText Editor", () => {
217219 } ) ;
218220
219221 it ( "must check that a paste has been undone" , async ( ) => {
222+ pending ( "Doesn't work in headless mode in Firefox." ) ;
220223 // Run sequentially to avoid clipboard issues.
221224 for ( const [ , page ] of pages ) {
222225 await switchToFreeText ( page ) ;
@@ -437,6 +440,7 @@ describe("FreeText Editor", () => {
437440 let pages ;
438441
439442 beforeEach ( async ( ) => {
443+ pending ( "Linked PDFs are not supported." ) ;
440444 pages = await loadAndWait ( "aboutstacks.pdf" , ".annotationEditorLayer" ) ;
441445 } ) ;
442446
@@ -445,6 +449,7 @@ describe("FreeText Editor", () => {
445449 } ) ;
446450
447451 it ( "must select/unselect several editors and check copy, paste and delete operations" , async ( ) => {
452+ pending ( "Doesn't work in headless mode in Chrome and Firefox." ) ;
448453 // Run sequentially to avoid clipboard issues.
449454 for ( const [ browserName , page ] of pages ) {
450455 await switchToFreeText ( page ) ;
@@ -1157,6 +1162,7 @@ describe("FreeText Editor", () => {
11571162 } ) ;
11581163
11591164 it ( "must copy and paste an existing annotation" , async ( ) => {
1165+ pending ( "Doesn't work in headless mode in Firefox." ) ;
11601166 // Run sequentially to avoid clipboard issues.
11611167 for ( const [ browserName , page ] of pages ) {
11621168 await switchToFreeText ( page ) ;
@@ -1448,6 +1454,7 @@ describe("FreeText Editor", () => {
14481454 } ) ;
14491455
14501456 it ( "must open an existing annotation and check that the position are good" , async ( ) => {
1457+ pending ( "Doesn't work in headless mode in Firefox." ) ;
14511458 await Promise . all (
14521459 pages . map ( async ( [ browserName , page ] ) => {
14531460 const toBinary = buf => {
@@ -2323,6 +2330,7 @@ describe("FreeText Editor", () => {
23232330 let pages ;
23242331
23252332 beforeEach ( async ( ) => {
2333+ pending ( "Linked PDFs are not supported." ) ;
23262334 pages = await loadAndWait ( "bug1823296.pdf" , ".annotationEditorLayer" ) ;
23272335 } ) ;
23282336
@@ -3094,6 +3102,7 @@ describe("FreeText Editor", () => {
30943102 } ) ;
30953103
30963104 it ( "must check that a freetext is still there after having updated it and scroll the doc" , async ( ) => {
3105+ pending ( "Doesn't work in headless mode in Chrome." ) ;
30973106 await Promise . all (
30983107 pages . map ( async ( [ browserName , page ] ) => {
30993108 await switchToFreeText ( page ) ;
0 commit comments