mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Fix settings tests failing because of loading time
This commit is contained in:
parent
9a042118f9
commit
2228678520
@ -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