diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index d929dd1fdb..28cd31653b 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -198,7 +198,7 @@ jobs: echo "matrix=$MATRIX_JSON" >> $GITHUB_OUTPUT unit-tests: if: ${{ needs.generate-affected-matrix.outputs.matrix != '' }} - name: "Unit tests for affected project: ${{ matrix.project }}" + name: "Unit tests : ${{ matrix.project }}" runs-on: ubuntu-latest needs: [generate-affected-matrix] strategy: diff --git a/lib/core/src/lib/viewer/components/pdf-viewer/pdf-viewer.component.spec.ts b/lib/core/src/lib/viewer/components/pdf-viewer/pdf-viewer.component.spec.ts index 0371d974cd..55bd1564c1 100644 --- a/lib/core/src/lib/viewer/components/pdf-viewer/pdf-viewer.component.spec.ts +++ b/lib/core/src/lib/viewer/components/pdf-viewer/pdf-viewer.component.spec.ts @@ -388,7 +388,7 @@ describe('Test PdfViewer - Zoom customization', () => { fixtureUrlTestComponent.detectChanges(); await fixtureUrlTestComponent.whenStable(); await firstValueFrom(componentUrlTestComponent.pdfViewerComponent.rendered); - }, 55000); + }); it('should use the custom zoom if it is present in the app.config', fakeAsync(() => { spyOn(componentUrlTestComponent.pdfViewerComponent.pdfViewer, 'forceRendering').and.callFake(() => {}); @@ -408,7 +408,7 @@ describe('Test PdfViewer - Zoom customization', () => { fixtureUrlTestComponent.detectChanges(); await fixtureUrlTestComponent.whenStable(); await firstValueFrom(componentUrlTestComponent.pdfViewerComponent.rendered); - }, 55000); + }); it('should use the minimum scale zoom if the value given in app.config is less than the minimum allowed scale', async () => { spyOn(componentUrlTestComponent.pdfViewerComponent.pdfViewer, 'forceRendering').and.callFake(() => {});