Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
erikao1998 committed Jun 6, 2024
1 parent e9de197 commit 6a5c7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ test.describe('results', () => {

test('risk table and answers are visible after submitting', async () => {
await expect(page.getByText('Yhteistyön riskit')).toBeVisible()
await expect(page.getByText('Vastauksesi')).toBeVisible()
await expect(page.getByText('Yhteenveto valinnoistasi')).toBeVisible()
})

test('risk table has content', async () => {
Expand Down

0 comments on commit 6a5c7df

Please sign in to comment.