Phase 2 Refactor MImageBody to MVVM and remove legacy component #1501
Annotations
1 error and 1 notice
|
Run Playwright tests:
apps/web/playwright/e2e/oidc/oidc-native.spec.ts#L134
1) [Chrome] › playwright/e2e/oidc/oidc-native.spec.ts:110:5 › OIDC Native › can log in to an existing MAS account @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')
132 |
133 | // We should be in
> 134 | await expect(page.getByText("Confirm your digital identity")).toBeVisible();
| ^
135 | });
136 |
137 | test.describe("with force_verification on", () => {
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/oidc/oidc-native.spec.ts:134:71
|
|
Run Playwright tests
1 flaky
[Chrome] › playwright/e2e/oidc/oidc-native.spec.ts:110:5 › OIDC Native › can log in to an existing MAS account @no-firefox @no-webkit @screenshot
1 skipped
129 passed (15.5m)
|
Loading