Skip to content

Commit e2b3172

Browse files
committed
test: skip pdf viewer test
There is an upstream issue with the files_pdfviewer app causing the loading spinner to never disappear. This commit can be reverted once nextcloud/files_pdfviewer#1451 is fixed Signed-off-by: Elizabeth Danzberger <elizabeth@elzody.dev>
1 parent 2e191e8 commit e2b3172

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cypress/e2e/open.spec.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ describe('Open PDF with richdocuments', () => {
109109

110110
// Verify that clicking on the file uses the files PDF viewer
111111
// and NOT richdocuments
112-
it('Open PDF with files PDF viewer', () => {
112+
// TODO: Revert once https://github.com/nextcloud/files_pdfviewer/issues/1451 is resolved
113+
it.skip('Open PDF with files PDF viewer', () => {
113114
cy.get('[data-cy-files-list-row-name="document.pdf"]').click()
114115
cy.waitForViewer()
115116

0 commit comments

Comments
 (0)