From ac21a8740dc49f9b10ad4c01656d6b8a8b180bf9 Mon Sep 17 00:00:00 2001 From: Alex | Kronox Date: Fri, 1 Mar 2024 11:18:45 +0100 Subject: [PATCH] fix other tests --- report-viewer/tests/e2e/Distribution.spec.ts | 2 +- report-viewer/tests/e2e/Information.spec.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/report-viewer/tests/e2e/Distribution.spec.ts b/report-viewer/tests/e2e/Distribution.spec.ts index e0b2376be..17a7b5b4e 100644 --- a/report-viewer/tests/e2e/Distribution.spec.ts +++ b/report-viewer/tests/e2e/Distribution.spec.ts @@ -4,7 +4,7 @@ import { uploadFile } from './TestUtils' test('Test distribution diagram', async ({ page }) => { await page.goto('/') - await uploadFile('progpedia.zip', page) + await uploadFile('progpedia-report.zip', page) const options = getTestCombinations() selectOptions(page, options[0]) diff --git a/report-viewer/tests/e2e/Information.spec.ts b/report-viewer/tests/e2e/Information.spec.ts index d41c1c278..2ecb21fbb 100644 --- a/report-viewer/tests/e2e/Information.spec.ts +++ b/report-viewer/tests/e2e/Information.spec.ts @@ -3,7 +3,7 @@ import { uploadFile } from './TestUtils' test('Test information page', async ({ page }) => { await page.goto('/') - await uploadFile('progpedia.zip', page) + await uploadFile('progpedia-report.zip', page) // check displayed information on overview page const bodyOverview = await page.locator('body').textContent()