Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion cypress/e2e/open.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ describe('Open PDF with richdocuments', () => {

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

Expand Down
Loading