chore(deps): update web-auth/webauthn-lib to 5.3.5 #5365
playwright.yml
on: pull_request
Annotations
11 errors and 10 notices
|
Playwright tests 7 / 8
Process completed with exit code 1.
|
|
Playwright tests 7 / 8
Process completed with exit code 1.
|
|
[default] › tests/playwright/e2e/login/webauth.spec.ts:81:2 › Login: WebAuthn › add a WebAuthn device and use it to log in:
tests/playwright/e2e/login/webauth.spec.ts#L96
2) [default] › tests/playwright/e2e/login/webauth.spec.ts:81:2 › Login: WebAuthn › add a WebAuthn device and use it to log in
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByRole('list', { name: /following devices/i }).getByRole('listitem').filter({ hasText: 'test device' })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('list', { name: /following devices/i }).getByRole('listitem').filter({ hasText: 'test device' })
94 |
95 | const deviceList = page.getByRole('list', { name: /following devices/i })
> 96 | await expect(deviceList.getByRole('listitem').filter({ hasText: 'test device' })).toBeVisible()
| ^
97 |
98 | // Log out and return to the login page
99 | await context.clearCookies()
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/login/webauth.spec.ts:96:85
|
|
[default] › tests/playwright/e2e/login/webauth.spec.ts:81:2 › Login: WebAuthn › add a WebAuthn device and use it to log in:
tests/playwright/e2e/login/webauth.spec.ts#L96
2) [default] › tests/playwright/e2e/login/webauth.spec.ts:81:2 › Login: WebAuthn › add a WebAuthn device and use it to log in
Error: expect(locator).toBeVisible() failed
Locator: getByRole('list', { name: /following devices/i }).getByRole('listitem').filter({ hasText: 'test device' })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('list', { name: /following devices/i }).getByRole('listitem').filter({ hasText: 'test device' })
94 |
95 | const deviceList = page.getByRole('list', { name: /following devices/i })
> 96 | await expect(deviceList.getByRole('listitem').filter({ hasText: 'test device' })).toBeVisible()
| ^
97 |
98 | // Log out and return to the login page
99 | await context.clearCookies()
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/login/webauth.spec.ts:96:85
|
|
[default] › tests/playwright/e2e/login/webauth.spec.ts:45:2 › Login: WebAuthn › add and delete a WebAuthn device:
tests/playwright/e2e/login/webauth.spec.ts#L65
1) [default] › tests/playwright/e2e/login/webauth.spec.ts:45:2 › Login: WebAuthn › add and delete a WebAuthn device
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByRole('list', { name: /following devices/i })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('list', { name: /following devices/i })
63 |
64 | const deviceList = page.getByRole('list', { name: /following devices/i })
> 65 | await expect(deviceList).toBeVisible()
| ^
66 | const deviceItem = deviceList.getByRole('listitem').filter({ hasText: 'test device' })
67 | await expect(deviceItem).toBeVisible()
68 |
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/login/webauth.spec.ts:65:28
|
|
[default] › tests/playwright/e2e/login/webauth.spec.ts:45:2 › Login: WebAuthn › add and delete a WebAuthn device:
tests/playwright/e2e/login/webauth.spec.ts#L65
1) [default] › tests/playwright/e2e/login/webauth.spec.ts:45:2 › Login: WebAuthn › add and delete a WebAuthn device
Error: expect(locator).toBeVisible() failed
Locator: getByRole('list', { name: /following devices/i })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('list', { name: /following devices/i })
63 |
64 | const deviceList = page.getByRole('list', { name: /following devices/i })
> 65 | await expect(deviceList).toBeVisible()
| ^
66 | const deviceItem = deviceList.getByRole('listitem').filter({ hasText: 'test device' })
67 | await expect(deviceItem).toBeVisible()
68 |
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/login/webauth.spec.ts:65:28
|
|
playwright-test-summary
Process completed with exit code 1.
|
|
[default] › tests/playwright/tests/playwright/e2e/login/webauth.spec.ts:81:2 › Login: WebAuthn › add a WebAuthn device and use it to log in:
tests/playwright/e2e/login/webauth.spec.ts#L96
2) [default] › tests/playwright/tests/playwright/e2e/login/webauth.spec.ts:81:2 › Login: WebAuthn › add a WebAuthn device and use it to log in
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByRole('list', { name: /following devices/i }).getByRole('listitem').filter({ hasText: 'test device' })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('list', { name: /following devices/i }).getByRole('listitem').filter({ hasText: 'test device' })
94 |
95 | const deviceList = page.getByRole('list', { name: /following devices/i })
> 96 | await expect(deviceList.getByRole('listitem').filter({ hasText: 'test device' })).toBeVisible()
| ^
97 |
98 | // Log out and return to the login page
99 | await context.clearCookies()
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/login/webauth.spec.ts:96:85
|
|
[default] › tests/playwright/tests/playwright/e2e/login/webauth.spec.ts:81:2 › Login: WebAuthn › add a WebAuthn device and use it to log in:
tests/playwright/e2e/login/webauth.spec.ts#L96
2) [default] › tests/playwright/tests/playwright/e2e/login/webauth.spec.ts:81:2 › Login: WebAuthn › add a WebAuthn device and use it to log in
Error: expect(locator).toBeVisible() failed
Locator: getByRole('list', { name: /following devices/i }).getByRole('listitem').filter({ hasText: 'test device' })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('list', { name: /following devices/i }).getByRole('listitem').filter({ hasText: 'test device' })
94 |
95 | const deviceList = page.getByRole('list', { name: /following devices/i })
> 96 | await expect(deviceList.getByRole('listitem').filter({ hasText: 'test device' })).toBeVisible()
| ^
97 |
98 | // Log out and return to the login page
99 | await context.clearCookies()
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/login/webauth.spec.ts:96:85
|
|
[default] › tests/playwright/tests/playwright/e2e/login/webauth.spec.ts:45:2 › Login: WebAuthn › add and delete a WebAuthn device:
tests/playwright/e2e/login/webauth.spec.ts#L65
1) [default] › tests/playwright/tests/playwright/e2e/login/webauth.spec.ts:45:2 › Login: WebAuthn › add and delete a WebAuthn device
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByRole('list', { name: /following devices/i })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('list', { name: /following devices/i })
63 |
64 | const deviceList = page.getByRole('list', { name: /following devices/i })
> 65 | await expect(deviceList).toBeVisible()
| ^
66 | const deviceItem = deviceList.getByRole('listitem').filter({ hasText: 'test device' })
67 | await expect(deviceItem).toBeVisible()
68 |
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/login/webauth.spec.ts:65:28
|
|
[default] › tests/playwright/tests/playwright/e2e/login/webauth.spec.ts:45:2 › Login: WebAuthn › add and delete a WebAuthn device:
tests/playwright/e2e/login/webauth.spec.ts#L65
1) [default] › tests/playwright/tests/playwright/e2e/login/webauth.spec.ts:45:2 › Login: WebAuthn › add and delete a WebAuthn device
Error: expect(locator).toBeVisible() failed
Locator: getByRole('list', { name: /following devices/i })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('list', { name: /following devices/i })
63 |
64 | const deviceList = page.getByRole('list', { name: /following devices/i })
> 65 | await expect(deviceList).toBeVisible()
| ^
66 | const deviceItem = deviceList.getByRole('listitem').filter({ hasText: 'test device' })
67 | await expect(deviceItem).toBeVisible()
68 |
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/login/webauth.spec.ts:65:28
|
|
🎭 Playwright Run Summary
45 passed (5.0m)
|
|
🎭 Playwright Run Summary
45 passed (6.3m)
|
|
🎭 Playwright Run Summary
7 passed (3.9m)
|
|
🎭 Playwright Run Summary
45 passed (7.7m)
|
|
🎭 Playwright Run Summary
43 passed (8.1m)
|
|
🎭 Playwright Run Summary
45 passed (7.7m)
|
|
🎭 Playwright Run Summary
45 passed (9.1m)
|
|
🎭 Playwright Run Summary
45 passed (8.6m)
|
|
🎭 Playwright Run Summary
2 failed
[default] › tests/playwright/e2e/login/webauth.spec.ts:45:2 › Login: WebAuthn › add and delete a WebAuthn device
[default] › tests/playwright/e2e/login/webauth.spec.ts:81:2 › Login: WebAuthn › add a WebAuthn device and use it to log in
45 passed (10.8m)
|
|
🎭 Playwright Run Summary
2 failed
[default] › tests/playwright/tests/playwright/e2e/login/webauth.spec.ts:45:2 › Login: WebAuthn › add and delete a WebAuthn device
[default] › tests/playwright/tests/playwright/e2e/login/webauth.spec.ts:81:2 › Login: WebAuthn › add a WebAuthn device and use it to log in
365 passed (12.2m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-1
Expired
|
95.3 KB |
sha256:511cf174fcad82caf97c58ebf5739309caee5e86d8e3dbbfc592d703f347a13b
|
|
|
blob-report-2
Expired
|
77.2 KB |
sha256:e92ba412a37eab8555e6445f1c6ec6d0d43a2ccdc9f13b80d59ded3f6581434e
|
|
|
blob-report-3
Expired
|
88.3 KB |
sha256:ce217640cc32b1d21ff6ade31cc0d0a076d35a67e3ee2886a63ceacef2d1c1a5
|
|
|
blob-report-4
Expired
|
95.6 KB |
sha256:006becbeaff4de0af8944ceb929684f0b3db6154a95bbe86751c64c2f31ee8f6
|
|
|
blob-report-5
Expired
|
96.6 KB |
sha256:4d363efc00b562d88fc4db5460b376109d47081b042223ccc9d4bdf49d046e47
|
|
|
blob-report-6
Expired
|
95.1 KB |
sha256:deaeb9a3e06cd1c0b1d25dacae4de0fb702941d2d09e7a64a9077818af1ad55b
|
|
|
blob-report-7
Expired
|
8.32 MB |
sha256:e261611f48556e6897b93015c32d89bccb068b50474b36ab1d0445c084597729
|
|
|
blob-report-8
Expired
|
90.5 KB |
sha256:8860b448177ac727567db6a1c0dbece5e4ca4178d737591863a4ff6f193683e3
|
|
|
blob-report-setup
Expired
|
25.2 KB |
sha256:cb5836331e42b54204d252129346dfaf2035e51397f19501525f8333605f4b5e
|
|
|
html-report--attempt-1
Expired
|
9.07 MB |
sha256:a70b1be9d0ced95edf0884750768de458c586d53056075e3f0b883d44b4ff533
|
|