Update dependency @types/node to v22.10.1 #854
build-master.yaml
on: push
build
/
01-build.sh
2m 30s
build
/
Send in-progress status to radiator
3s
build
/
04-lint.sh
51s
Matrix: build / playwright-tests
Generate report from Playwright runs
1m 6s
deploy
/
...
/
deploy
Annotations
5 errors, 5 warnings, and 1 notice
build / 03-playwright-tests.sh (shard 1/6)
Process completed with exit code 1.
|
[Default] › tests/emails.test.ts:122:1 › sends emails to correct contact and hakemus emails:
../../../../../playwright/tests/emails.test.ts#L158
1) [Default] › tests/emails.test.ts:122:1 › sends emails to correct contact and hakemus emails › resends to correct address after changing contact person email
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Array [
"[email protected]",
"[email protected]",
- "[email protected]",
"[email protected]",
+ "[email protected]",
]
156 |
157 | const email = await getLatestAcceptedPaatosEmailsForHakemus(hakemusID, 3)
> 158 | expect(email['to-address']).toEqual(
| ^
159 | [
160 | newContactPersonEmail,
161 | signatories[0].email,
at /playwright/tests/emails.test.ts:158:33
at /playwright/tests/emails.test.ts:148:3
|
[Default] › tests/emails.test.ts:122:1 › sends emails to correct contact and hakemus emails:
../../../../../playwright/tests/emails.test.ts#L158
1) [Default] › tests/emails.test.ts:122:1 › sends emails to correct contact and hakemus emails › resends to correct address after changing contact person email
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Array [
"[email protected]",
"[email protected]",
- "[email protected]",
"[email protected]",
+ "[email protected]",
]
156 |
157 | const email = await getLatestAcceptedPaatosEmailsForHakemus(hakemusID, 3)
> 158 | expect(email['to-address']).toEqual(
| ^
159 | [
160 | newContactPersonEmail,
161 | signatories[0].email,
at /playwright/tests/emails.test.ts:158:33
at /playwright/tests/emails.test.ts:148:3
|
[Default] › tests/hakulomake/fixed-multiplier.test.ts:239:5 › fixed multiplier field works:
../../../../../playwright/tests/hakulomake/fixed-multiplier.test.ts#L315
2) [Default] › tests/hakulomake/fixed-multiplier.test.ts:239:5 › fixed multiplier field works › kokonaiskustannukset budget works
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('table').first().locator('tfoot th').nth(2)
Expected string: "100 €"
Received string: "0 €"
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('table').first().locator('tfoot th').nth(2)
9 × locator resolved to <th class="amount budgetAmount">0 €</th>
- unexpected value "0 €"
313 | const { paatosPage, locators } = await getBudgetTableFooterTh(context, page)
314 | await expect(locators.nth(1)).toContainText('3 870 €')
> 315 | await expect(locators.nth(2)).toContainText('100 €')
| ^
316 | await paatosPage.close()
317 | })
318 | await test.step('menokohtainen budget works', async () => {
at /playwright/tests/hakulomake/fixed-multiplier.test.ts:315:35
at /playwright/tests/hakulomake/fixed-multiplier.test.ts:308:3
|
[Default] › tests/maksatukset/maksatukset.test.ts:84:1 › Hakemus voidaan maksaa monessa erässä:
../../../../../playwright/pages/virkailija/hakujen-hallinta/hakujenHallintaPage.ts#L216
3) [Default] › tests/maksatukset/maksatukset.test.ts:84:1 › Hakemus voidaan maksaa monessa erässä
TimeoutError: locator.fill: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#ta-tili-container-0').locator('#koulutusaste-select-0').locator('.koulutusasteSelection__input')
- locator resolved to <input disabled value="" type="text" tabindex="0" role="combobox" autocorrect="off" autocomplete="off" spellcheck="false" aria-haspopup="true" autocapitalize="none" aria-expanded="false" aria-autocomplete="list" aria-activedescendant="" id="react-select-7-input" class="koulutusasteSelection__input" aria-describedby="react-select-7-placeholder"/>
- fill("Ammatillinen koulutus")
- attempting fill action
2 × waiting for element to be visible, enabled and editable
- element is not visible
- retrying fill action
- waiting 20ms
2 × waiting for element to be visible, enabled and editable
- element is not visible
- retrying fill action
- waiting 100ms
20 × waiting for element to be visible, enabled and editable
- element is not visible
- retrying fill action
- waiting 500ms
at pages/virkailija/hakujen-hallinta/hakujenHallintaPage.ts:216
214 | await this.page.keyboard.press('ArrowDown')
215 | await this.page.keyboard.press('Enter')
> 216 | await taTili.tili(0).koulutusaste(0).input.fill('Ammatillinen koulutus')
| ^
217 | await this.page.keyboard.press('ArrowDown')
218 | await this.page.keyboard.press('Enter')
219 |
at /playwright/pages/virkailija/hakujen-hallinta/hakujenHallintaPage.ts:216:50
at HakujenHallintaPage.fillAvustushakuWithoutWaitingForSave (/playwright/pages/virkailija/hakujen-hallinta/hakujenHallintaPage.ts:209:5)
at HakujenHallintaPage.fillAvustushaku (/playwright/pages/virkailija/hakujen-hallinta/hakujenHallintaPage.ts:185:5)
at HakujenHallintaPage.createHakuWithLomakeJson (/playwright/pages/virkailija/hakujen-hallinta/hakujenHallintaPage.ts:303:5)
at /playwright/pages/virkailija/hakujen-hallinta/hakujenHallintaPage.ts:320:33
at HakujenHallintaPage.createPublishedAvustushaku (/playwright/pages/virkailija/hakujen-hallinta/hakujenHallintaPage.ts:319:12)
at Object.avustushakuID (/playwright/fixtures/muutoshakemusTest.ts:65:27)
|
Slow Test:
[Default] › tests/email-notifications/loppuselvitys-palauttamatta.test.ts#L1
[Default] › tests/email-notifications/loppuselvitys-palauttamatta.test.ts took 7.6m
|
Slow Test:
[Default] › tests/email-notifications/laheta-loppuselvityspyynnot.test.ts#L1
[Default] › tests/email-notifications/laheta-loppuselvityspyynnot.test.ts took 5.8m
|
Slow Test:
[Default] › tests/email-notifications/valiselvitys-palauttamatta.test.ts#L1
[Default] › tests/email-notifications/valiselvitys-palauttamatta.test.ts took 5.3m
|
Slow Test:
[Default] › tests/email-notifications/hakuaika-paattymassa.test.ts#L1
[Default] › tests/email-notifications/hakuaika-paattymassa.test.ts took 4.9m
|
Slow Test:
[Default] › tests/hakemuksen-arviointi/valiselvitys.test.ts#L1
[Default] › tests/hakemuksen-arviointi/valiselvitys.test.ts took 3.6m
|
🎭 Playwright Run Summary
1 failed
[Default] › tests/emails.test.ts:122:1 › sends emails to correct contact and hakemus emails ────
2 flaky
[Default] › tests/hakulomake/fixed-multiplier.test.ts:239:5 › fixed multiplier field works ─────
[Default] › tests/maksatukset/maksatukset.test.ts:84:1 › Hakemus voidaan maksaa monessa erässä ─
1 skipped
312 passed (19.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-blob-1
Expired
|
43.3 MB |
|
playwright-blob-2
Expired
|
716 KB |
|
playwright-blob-3
Expired
|
14.2 MB |
|
playwright-blob-4
Expired
|
3.24 MB |
|
playwright-blob-5
Expired
|
197 KB |
|
playwright-blob-6
Expired
|
17.9 KB |
|
playwright-html-report
Expired
|
60.8 MB |
|