Show 'Verify this device' toast even if there are no encrypted rooms yet #53
Annotations
4 errors and 1 notice
|
Run Playwright tests:
apps/web/playwright/e2e/room/create-room.spec.ts#L191
1) [Chrome] › playwright/e2e/room/create-room.spec.ts:186:9 › Create Room › when the encrypted state labs flag is turned on › creates a room without encrypted state if we don't check the box @screenshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'New conversation', exact: true })
- locator resolved to <button tabindex="0" role="button" type="button" id="radix-_r_1c_" data-state="closed" data-kind="primary" aria-haspopup="menu" aria-disabled="false" aria-expanded="false" aria-labelledby="_r_1e_" class="_icon-button_1215g_8">…</button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="mx_Toast_toast mx_Toast_hasIcon">…</div> from <div role="alert" class="mx_ToastContainer mx_ToastContainer_stacked">…</div> subtree intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="mx_Toast_toast mx_Toast_hasIcon">…</div> from <div role="alert" class="mx_ToastContainer mx_ToastContainer_stacked">…</div> subtree intercepts pointer events
- retrying click action
- waiting 100ms
52 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="mx_Toast_toast mx_Toast_hasIcon">…</div> from <div role="alert" class="mx_ToastContainer mx_ToastContainer_stacked">…</div> subtree intercepts pointer events
- retrying click action
- waiting 500ms
189 | async ({ page, user: _user }) => {
190 | // Given we did not check the Encrypted State checkbox
> 191 | await page.getByRole("button", { name: "New conversation", exact: true }).click();
| ^
192 | await page.getByRole("menuitem", { name: "New room" }).click();
193 | await expect(page.getByRole("switch", { name: "Enable end-to-end encryption" })).toBeChecked();
194 |
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/room/create-room.spec.ts:191:91
|
|
Run Playwright tests:
apps/web/playwright/e2e/room/create-room.spec.ts#L0
1) [Chrome] › playwright/e2e/room/create-room.spec.ts:186:9 › Create Room › when the encrypted state labs flag is turned on › creates a room without encrypted state if we don't check the box @screenshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
Run Playwright tests:
apps/web/playwright/e2e/room/create-room.spec.ts#L191
1) [Chrome] › playwright/e2e/room/create-room.spec.ts:186:9 › Create Room › when the encrypted state labs flag is turned on › creates a room without encrypted state if we don't check the box @screenshot
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'New conversation', exact: true })
- locator resolved to <button tabindex="0" role="button" type="button" id="radix-_r_1c_" data-state="closed" data-kind="primary" aria-haspopup="menu" aria-disabled="false" aria-expanded="false" aria-labelledby="_r_1e_" class="_icon-button_1215g_8">…</button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="mx_Toast_toast mx_Toast_hasIcon">…</div> from <div role="alert" class="mx_ToastContainer mx_ToastContainer_stacked">…</div> subtree intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="mx_Toast_toast mx_Toast_hasIcon">…</div> from <div role="alert" class="mx_ToastContainer mx_ToastContainer_stacked">…</div> subtree intercepts pointer events
- retrying click action
- waiting 100ms
53 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="mx_Toast_toast mx_Toast_hasIcon">…</div> from <div role="alert" class="mx_ToastContainer mx_ToastContainer_stacked">…</div> subtree intercepts pointer events
- retrying click action
- waiting 500ms
189 | async ({ page, user: _user }) => {
190 | // Given we did not check the Encrypted State checkbox
> 191 | await page.getByRole("button", { name: "New conversation", exact: true }).click();
| ^
192 | await page.getByRole("menuitem", { name: "New room" }).click();
193 | await expect(page.getByRole("switch", { name: "Enable end-to-end encryption" })).toBeChecked();
194 |
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/room/create-room.spec.ts:191:91
|
|
Run Playwright tests:
apps/web/playwright/e2e/room/create-room.spec.ts#L0
1) [Chrome] › playwright/e2e/room/create-room.spec.ts:186:9 › Create Room › when the encrypted state labs flag is turned on › creates a room without encrypted state if we don't check the box @screenshot
Test timeout of 30000ms exceeded.
|
|
Run Playwright tests
1 flaky
[Chrome] › playwright/e2e/room/create-room.spec.ts:186:9 › Create Room › when the encrypted state labs flag is turned on › creates a room without encrypted state if we don't check the box @screenshot
2 skipped
129 passed (13.0m)
|
Loading