@@ -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
@@ -135,6 +136,7 @@ describe("FreeText Editor", () => {
135136 } ) ;
136137
137138 it ( "must copy/paste" , async ( ) => {
139+ pending ( "Doesn't work in headless mode in Firefox." ) ;
138140 // Run sequentially to avoid clipboard issues.
139141 for ( const [ browserName , page ] of pages ) {
140142 await switchToFreeText ( page ) ;
@@ -215,6 +217,7 @@ describe("FreeText Editor", () => {
215217 } ) ;
216218
217219 it ( "must check that a paste has been undone" , async ( ) => {
220+ pending ( "Doesn't work in headless mode in Firefox." ) ;
218221 // Run sequentially to avoid clipboard issues.
219222 for ( const [ , page ] of pages ) {
220223 await switchToFreeText ( page ) ;
@@ -435,6 +438,7 @@ describe("FreeText Editor", () => {
435438 let pages ;
436439
437440 beforeEach ( async ( ) => {
441+ pending ( "Linked PDFs are not supported." ) ;
438442 pages = await loadAndWait ( "aboutstacks.pdf" , ".annotationEditorLayer" ) ;
439443 } ) ;
440444
@@ -443,6 +447,7 @@ describe("FreeText Editor", () => {
443447 } ) ;
444448
445449 it ( "must select/unselect several editors and check copy, paste and delete operations" , async ( ) => {
450+ pending ( "Doesn't work in headless mode in Chrome and Firefox." ) ;
446451 // Run sequentially to avoid clipboard issues.
447452 for ( const [ browserName , page ] of pages ) {
448453 await switchToFreeText ( page ) ;
@@ -1155,6 +1160,7 @@ describe("FreeText Editor", () => {
11551160 } ) ;
11561161
11571162 it ( "must copy and paste an existing annotation" , async ( ) => {
1163+ pending ( "Doesn't work in headless mode in Firefox." ) ;
11581164 // Run sequentially to avoid clipboard issues.
11591165 for ( const [ browserName , page ] of pages ) {
11601166 await switchToFreeText ( page ) ;
@@ -1446,6 +1452,7 @@ describe("FreeText Editor", () => {
14461452 } ) ;
14471453
14481454 it ( "must open an existing annotation and check that the position are good" , async ( ) => {
1455+ pending ( "Doesn't work in headless mode in Firefox." ) ;
14491456 await Promise . all (
14501457 pages . map ( async ( [ browserName , page ] ) => {
14511458 const toBinary = buf => {
@@ -2321,6 +2328,7 @@ describe("FreeText Editor", () => {
23212328 let pages ;
23222329
23232330 beforeEach ( async ( ) => {
2331+ pending ( "Linked PDFs are not supported." ) ;
23242332 pages = await loadAndWait ( "bug1823296.pdf" , ".annotationEditorLayer" ) ;
23252333 } ) ;
23262334
@@ -3092,6 +3100,7 @@ describe("FreeText Editor", () => {
30923100 } ) ;
30933101
30943102 it ( "must check that a freetext is still there after having updated it and scroll the doc" , async ( ) => {
3103+ pending ( "Doesn't work in headless mode in Chrome." ) ;
30953104 await Promise . all (
30963105 pages . map ( async ( [ browserName , page ] ) => {
30973106 await switchToFreeText ( page ) ;
0 commit comments