Room list: edit or remove custom sections #1519
Annotations
1 error and 1 notice
|
Run Playwright tests:
apps/web/playwright/e2e/oidc/oidc-native.spec.ts#L173
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: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for getByText('Confirm your digital identity')
171 | // We should be being warned that we need to verify (but we can't)
172 | // richvdh: Again, Element takes several seconds to load on a dev instance
> 173 | await expect(page.getByText("Confirm your digital identity")).toBeVisible({ timeout: 10000 });
| ^
174 |
175 | // And there should be no way to close this prompt
176 | 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:173: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
1 skipped
129 passed (15.0m)
|
Loading