mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-15 19:17:03 +01:00
update e2e tests for settings initialization
This commit is contained in:
parent
35a558ec01
commit
b2307d911e
5 changed files with 80 additions and 34 deletions
29
src-ui/cypress/fixtures/frontend_settings/settings.json
Normal file
29
src-ui/cypress/fixtures/frontend_settings/settings.json
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"bulk_edit": {
|
||||
"apply_on_close": false,
|
||||
"confirmation_dialogs": true
|
||||
},
|
||||
"dark_mode": {
|
||||
"enabled": "false",
|
||||
"thumb_inverted": "true",
|
||||
"use_system": true
|
||||
},
|
||||
"date_display": {
|
||||
"date_format": "mediumDate",
|
||||
"date_locale": ""
|
||||
},
|
||||
"documentListSize": 50,
|
||||
"document_details": {
|
||||
"native_pdf_viewer": false
|
||||
},
|
||||
"language": "",
|
||||
"notifications": {
|
||||
"consumer_failed": true,
|
||||
"consumer_new_documents": true,
|
||||
"consumer_success": true,
|
||||
"consumer_suppress_on_dashboard": true
|
||||
},
|
||||
"theme": {
|
||||
"color": "#cd42cf"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue