Skip to content

Commit

Permalink
fix comparison tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0nox committed Dec 8, 2023
1 parent 1690527 commit 967550b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report-viewer/tests/e2e/Comparison.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ test('Test comparison table and comparsion view', async ({ page }) => {
expect(comparisonTableOverviewFilteredAC).toContain('4HiddenC')

// go to comparison page
await page.getByRole('link', { name: '1 C A 99.60% 99.60%' }).click()
await page.getByText('1C').click()
await page.waitForURL(/\/comparison\/.*/)

// check for elements in comparison page
Expand Down

0 comments on commit 967550b

Please sign in to comment.