Merge pull request #3401 from paperless-ngx/feature/playwright

Development: migrate frontend tests to playwright
This commit is contained in:
shamoon 2023-05-18 15:53:29 -07:00 committed by GitHub
commit 5461f8a225
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
67 changed files with 40971 additions and 4740 deletions

View file

@ -60,7 +60,8 @@ export class SavedViewWidgetComponent
10,
this.savedView.sort_field,
this.savedView.sort_reverse,
this.savedView.filter_rules
this.savedView.filter_rules,
{ truncate_content: true }
)
.subscribe((result) => {
this.loading = false