Build & Test #56
Annotations
1 error and 1 notice
|
Run Playwright tests:
apps/web/playwright/e2e/oidc/oidc-native.spec.ts#L169
1) [Chrome] › playwright/e2e/oidc/oidc-native.spec.ts:144:9 › OIDC Native › with force_verification on › verify dialog cannot be dismissed @no-firefox @no-webkit @screenshot
Error: expect(locator).toBeVisible() failed
Locator: getByText('Confirm your digital identity')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('Confirm your digital identity')
167 |
168 | // We should be being warned that we need to verify (but we can't)
> 169 | await expect(page.getByText("Confirm your digital identity")).toBeVisible();
| ^
170 |
171 | // And there should be no way to close this prompt
172 | await expect(page.getByRole("button", { name: "Skip verification for now" })).not.toBeVisible();
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/oidc/oidc-native.spec.ts:169:75
|
|
Run Playwright tests
1 flaky
[Chrome] › playwright/e2e/oidc/oidc-native.spec.ts:144:9 › OIDC Native › with force_verification on › verify dialog cannot be dismissed @no-firefox @no-webkit @screenshot
2 skipped
162 passed (17.0m)
|
Loading