Squashed commit of the following:

commit 3709bf5d7602bb2e126465870e00fca35d4f99be
Author: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Date:   Fri Apr 1 09:24:12 2022 -0700

    Attempt 2 to fix test failing on GHA
This commit is contained in:
Michael Shamoon 2022-04-01 09:28:47 -07:00
parent efbc2a5715
commit fac6fe0c2e

View File

@ -92,8 +92,8 @@ describe('settings', () => {
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')
cy.contains('Use PDF viewer provided by the browser').click().wait(1000) // await change to be registered
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/"]')