mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
Refactor to UiSettings
This commit is contained in:
parent
b2307d911e
commit
de89f75707
11 changed files with 30 additions and 30 deletions
|
|
@ -2,8 +2,8 @@ describe('document-detail', () => {
|
|||
beforeEach(() => {
|
||||
this.modifiedDocuments = []
|
||||
|
||||
cy.intercept('http://localhost:8000/api/frontend_settings/', {
|
||||
fixture: 'frontend_settings/settings.json',
|
||||
cy.intercept('http://localhost:8000/api/ui_settings/', {
|
||||
fixture: 'ui_settings/settings.json',
|
||||
})
|
||||
cy.fixture('documents/documents.json').then((documentsJson) => {
|
||||
cy.intercept('GET', 'http://localhost:8000/api/documents/1/', (req) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue