mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Fix failing e2e settings test
[ci skip]
This commit is contained in:
parent
d18eebf97d
commit
efbc2a5715
@ -93,7 +93,7 @@ describe('settings', () => {
|
||||
cy.visit('/documents/1')
|
||||
cy.get('object[data*="/api/documents/1/preview/"]').should('not.exist')
|
||||
cy.visit('/settings')
|
||||
cy.contains('Use PDF viewer provided by the browser').click()
|
||||
cy.contains('Use PDF viewer provided by the browser').click().wait(1000) // await change to be registered
|
||||
cy.contains('button', 'Save').click().wait('@savedViews').wait(1000)
|
||||
cy.visit('/documents/1')
|
||||
cy.get('object[data*="/api/documents/1/preview/"]')
|
||||
|
Loading…
x
Reference in New Issue
Block a user