mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-17 03:56:31 +01:00
Enhancement: improved loading visuals (#8435)
This commit is contained in:
parent
8722ff481c
commit
0647812699
35 changed files with 792 additions and 490 deletions
|
|
@ -119,10 +119,11 @@ describe('WorkflowsComponent', () => {
|
|||
)
|
||||
modalService = TestBed.inject(NgbModal)
|
||||
toastService = TestBed.inject(ToastService)
|
||||
|
||||
jest.useFakeTimers()
|
||||
fixture = TestBed.createComponent(WorkflowsComponent)
|
||||
component = fixture.componentInstance
|
||||
fixture.detectChanges()
|
||||
jest.advanceTimersByTime(100)
|
||||
})
|
||||
|
||||
it('should support create, show notification on error / success', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue