Skip to content

Commit

Permalink
test: Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Veikkosuhonen committed Nov 6, 2023
1 parent 88d47eb commit 391fce4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/main.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ test('Fill required contract request form', async ({ page }) => {
await page.getByLabel('Kurssin nimi').fill('Dota 2 perusteet')
await page.getByLabel('Ensimmäinen luento *').fill('2023-05-01')
await page.getByLabel('Viimeinen luento/tentti *').fill('2023-05-19')
await page.getByRole('button', { name: 'Aloita lähetys' }).click()
await page.getByRole('button', { name: 'Lähetä käsiteltäväksi' }).click()
await page.getByText('Työsopimuspyyntö lähetetty').click()
})
Expand All @@ -76,6 +77,7 @@ test('Fill full contract request form', async ({ page }) => {
await page.getByLabel('Muu aikaväli').check()
await page.getByLabel('Valitse alkupäivä *').fill('2023-06-01')
await page.getByLabel('Valitse loppupäivä *').fill('2023-06-30')
await page.getByRole('button', { name: 'Aloita lähetys' }).click()
await page.getByRole('button', { name: 'Lähetä käsiteltäväksi' }).click()
await page.getByText('Työsopimuspyyntö lähetetty').click()
})
Expand Down

0 comments on commit 391fce4

Please sign in to comment.