Skip to content

Commit

Permalink
fix other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0nox committed Mar 1, 2024
1 parent e2e0346 commit ac21a87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion report-viewer/tests/e2e/Distribution.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion report-viewer/tests/e2e/Information.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit ac21a87

Please sign in to comment.