mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
Fix settings tests failing because of loading time
This commit is contained in:
parent
89c3fc6777
commit
4f36f5c73d
@ -25,11 +25,12 @@ describe('settings', () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
req.reply(response)
|
req.reply(response)
|
||||||
})
|
}).as('savedViews')
|
||||||
})
|
})
|
||||||
|
|
||||||
cy.viewport(1024, 1024)
|
cy.viewport(1024, 1024)
|
||||||
cy.visit('/settings')
|
cy.visit('/settings')
|
||||||
|
cy.wait('@savedViews')
|
||||||
})
|
})
|
||||||
|
|
||||||
it('should activate / deactivate save button when settings change and are saved', () => {
|
it('should activate / deactivate save button when settings change and are saved', () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user