mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
Fix settings tests failing because of loading time
This commit is contained in:
parent
9a042118f9
commit
2228678520
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue