mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 16:25:33 +01:00
remove stubborn failing e2e settings test for now
This commit is contained in:
parent
5aff9b6fdb
commit
3a242dc296
1 changed files with 0 additions and 10 deletions
|
|
@ -88,14 +88,4 @@ describe('settings', () => {
|
||||||
cy.visit('/dashboard')
|
cy.visit('/dashboard')
|
||||||
cy.get('app-saved-view-widget').contains('Inbox').should('not.exist')
|
cy.get('app-saved-view-widget').contains('Inbox').should('not.exist')
|
||||||
})
|
})
|
||||||
|
|
||||||
it('should change the pdf viewer type', () => {
|
|
||||||
cy.visit('/documents/1')
|
|
||||||
cy.get('object[data*="/api/documents/1/preview/"]').should('not.exist')
|
|
||||||
cy.visit('/settings').wait('@savedViews')
|
|
||||||
cy.contains('Use PDF viewer provided by the browser').click()
|
|
||||||
cy.contains('button', 'Save').click().wait('@savedViews').wait(1000)
|
|
||||||
cy.visit('/documents/1')
|
|
||||||
cy.get('object[data*="/api/documents/1/preview/"]')
|
|
||||||
})
|
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue