mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 23:05:42 +01:00
Refactor to UiSettings
This commit is contained in:
parent
b2307d911e
commit
de89f75707
11 changed files with 30 additions and 30 deletions
|
|
@ -3,8 +3,8 @@ describe('documents-list', () => {
|
|||
this.bulkEdits = {}
|
||||
|
||||
// mock API methods
|
||||
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) => {
|
||||
// bulk edit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue