mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	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:
		| @@ -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/"]') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Michael Shamoon
					Michael Shamoon