File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -150,17 +150,17 @@ describe('Nextcloud integration', function() {
150150 cy . pickFile ( 'document.odt' )
151151 } )
152152
153- it ( 'Can link to heading' , function ( ) {
153+ it . skip ( 'Can link to heading' , function ( ) {
154154 cy . get ( '[data-cy-section-label="Headings"]' ) . children ( ) . first ( ) . click ( )
155155 cy . get ( '[data-cy-link-to-section=""]' ) . click ( )
156156 } )
157157
158- it ( 'Can link to section' , function ( ) {
158+ it . skip ( 'Can link to section' , function ( ) {
159159 cy . get ( '[data-cy-section-label="Sections"]' ) . children ( ) . first ( ) . click ( )
160160 cy . get ( '[data-cy-link-to-section=""]' ) . click ( )
161161 } )
162162
163- it ( 'Can link to image' , function ( ) {
163+ it . skip ( 'Can link to image' , function ( ) {
164164 cy . get ( '[data-cy-section-label="Images"]' ) . children ( ) . first ( ) . click ( )
165165 cy . get ( '[data-cy-link-to-section=""]' ) . click ( )
166166 } )
You can’t perform that action at this time.
0 commit comments