update e2e tests for settings initialization

This commit is contained in:
Michael Shamoon
2022-05-07 07:17:03 -07:00
parent ca14b228aa
commit ed96373eb2
5 changed files with 80 additions and 34 deletions

View File

@@ -1,5 +1,8 @@
describe('manage', () => {
beforeEach(() => {
cy.intercept('http://localhost:8000/api/frontend_settings/', {
fixture: 'frontend_settings/settings.json',
})
cy.intercept('http://localhost:8000/api/correspondents/*', {
fixture: 'correspondents/correspondents.json',
})