This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
Remove feature_dehydration #825
Annotations
10 errors, 5 warnings, and 1 notice
Run Playwright tests:
matrix-react-sdk/playwright/e2e/invite/invite-dialog.spec.ts#L43
1) invite/invite-dialog.spec.ts:22:9 › Invite dialog › should support inviting a user to a room ──
Error: Screenshot comparison failed:
476 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/snapshots/invite/invite-dialog.spec.ts/invite-dialog-room-without-user-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/invite-invite-dialog-Invit-caaac-t-inviting-a-user-to-a-room/invite-dialog-room-without-user-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/invite-invite-dialog-Invit-caaac-t-inviting-a-user-to-a-room/invite-dialog-room-without-user-diff.png
Call log:
- expect.toHaveScreenshot(invite-dialog-room-without-user.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_Dialog')
- locator resolved to <div class="mx_Dialog">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 476 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_Dialog')
- locator resolved to <div class="mx_Dialog">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 476 pixels (ratio 0.01 of all image pixels) are different.
41 | await expect(other.locator(".mx_InviteDialog_addressBar")).toBeVisible();
42 |
> 43 | await expect(page.locator(".mx_Dialog")).toMatchScreenshot("invite-dialog-room-without-user.png");
| ^
44 |
45 | await expect(other.locator(".mx_InviteDialog_identityServer")).not.toBeVisible();
46 |
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/invite/invite-dialog.spec.ts:43:50
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/invite/invite-dialog.spec.ts#L43
1) invite/invite-dialog.spec.ts:22:9 › Invite dialog › should support inviting a user to a room ──
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
476 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/snapshots/invite/invite-dialog.spec.ts/invite-dialog-room-without-user-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/invite-invite-dialog-Invit-caaac-t-inviting-a-user-to-a-room-retry1/invite-dialog-room-without-user-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/invite-invite-dialog-Invit-caaac-t-inviting-a-user-to-a-room-retry1/invite-dialog-room-without-user-diff.png
Call log:
- expect.toHaveScreenshot(invite-dialog-room-without-user.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_Dialog')
- locator resolved to <div class="mx_Dialog">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 476 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_Dialog')
- locator resolved to <div class="mx_Dialog">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 476 pixels (ratio 0.01 of all image pixels) are different.
41 | await expect(other.locator(".mx_InviteDialog_addressBar")).toBeVisible();
42 |
> 43 | await expect(page.locator(".mx_Dialog")).toMatchScreenshot("invite-dialog-room-without-user.png");
| ^
44 |
45 | await expect(other.locator(".mx_InviteDialog_identityServer")).not.toBeVisible();
46 |
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/invite/invite-dialog.spec.ts:43:50
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/invite/invite-dialog.spec.ts#L43
1) invite/invite-dialog.spec.ts:22:9 › Invite dialog › should support inviting a user to a room ──
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
476 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/snapshots/invite/invite-dialog.spec.ts/invite-dialog-room-without-user-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/invite-invite-dialog-Invit-caaac-t-inviting-a-user-to-a-room-retry2/invite-dialog-room-without-user-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/invite-invite-dialog-Invit-caaac-t-inviting-a-user-to-a-room-retry2/invite-dialog-room-without-user-diff.png
Call log:
- expect.toHaveScreenshot(invite-dialog-room-without-user.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_Dialog')
- locator resolved to <div class="mx_Dialog">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 476 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_Dialog')
- locator resolved to <div class="mx_Dialog">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 476 pixels (ratio 0.01 of all image pixels) are different.
41 | await expect(other.locator(".mx_InviteDialog_addressBar")).toBeVisible();
42 |
> 43 | await expect(page.locator(".mx_Dialog")).toMatchScreenshot("invite-dialog-room-without-user.png");
| ^
44 |
45 | await expect(other.locator(".mx_InviteDialog_identityServer")).not.toBeVisible();
46 |
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/invite/invite-dialog.spec.ts:43:50
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/invite/invite-dialog.spec.ts#L87
2) invite/invite-dialog.spec.ts:76:9 › Invite dialog › should support inviting a user to Direct Messages
Error: Screenshot comparison failed:
384 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/snapshots/invite/invite-dialog.spec.ts/invite-dialog-dm-without-user-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/invite-invite-dialog-Invit-5dca7-g-a-user-to-Direct-Messages/invite-dialog-dm-without-user-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/invite-invite-dialog-Invit-5dca7-g-a-user-to-Direct-Messages/invite-dialog-dm-without-user-diff.png
Call log:
- expect.toHaveScreenshot(invite-dialog-dm-without-user.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_Dialog')
- locator resolved to <div class="mx_Dialog">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 384 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_Dialog')
- locator resolved to <div class="mx_Dialog">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 384 pixels (ratio 0.01 of all image pixels) are different.
85 |
86 | // Take a snapshot of the invite dialog
> 87 | await expect(page.locator(".mx_Dialog")).toMatchScreenshot("invite-dialog-dm-without-user.png");
| ^
88 |
89 | await other.getByTestId("invite-dialog-input").fill(bot.credentials.userId);
90 |
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/invite/invite-dialog.spec.ts:87:50
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/invite/invite-dialog.spec.ts#L87
2) invite/invite-dialog.spec.ts:76:9 › Invite dialog › should support inviting a user to Direct Messages
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
384 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/snapshots/invite/invite-dialog.spec.ts/invite-dialog-dm-without-user-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/invite-invite-dialog-Invit-5dca7-g-a-user-to-Direct-Messages-retry1/invite-dialog-dm-without-user-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/invite-invite-dialog-Invit-5dca7-g-a-user-to-Direct-Messages-retry1/invite-dialog-dm-without-user-diff.png
Call log:
- expect.toHaveScreenshot(invite-dialog-dm-without-user.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_Dialog')
- locator resolved to <div class="mx_Dialog">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 384 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_Dialog')
- locator resolved to <div class="mx_Dialog">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 384 pixels (ratio 0.01 of all image pixels) are different.
85 |
86 | // Take a snapshot of the invite dialog
> 87 | await expect(page.locator(".mx_Dialog")).toMatchScreenshot("invite-dialog-dm-without-user.png");
| ^
88 |
89 | await other.getByTestId("invite-dialog-input").fill(bot.credentials.userId);
90 |
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/invite/invite-dialog.spec.ts:87:50
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/invite/invite-dialog.spec.ts#L87
2) invite/invite-dialog.spec.ts:76:9 › Invite dialog › should support inviting a user to Direct Messages
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
384 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/snapshots/invite/invite-dialog.spec.ts/invite-dialog-dm-without-user-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/invite-invite-dialog-Invit-5dca7-g-a-user-to-Direct-Messages-retry2/invite-dialog-dm-without-user-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/invite-invite-dialog-Invit-5dca7-g-a-user-to-Direct-Messages-retry2/invite-dialog-dm-without-user-diff.png
Call log:
- expect.toHaveScreenshot(invite-dialog-dm-without-user.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_Dialog')
- locator resolved to <div class="mx_Dialog">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 384 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_Dialog')
- locator resolved to <div class="mx_Dialog">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 384 pixels (ratio 0.01 of all image pixels) are different.
85 |
86 | // Take a snapshot of the invite dialog
> 87 | await expect(page.locator(".mx_Dialog")).toMatchScreenshot("invite-dialog-dm-without-user.png");
| ^
88 |
89 | await other.getByTestId("invite-dialog-input").fill(bot.credentials.userId);
90 |
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/invite/invite-dialog.spec.ts:87:50
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/login/soft_logout.spec.ts#L35
3) login/soft_logout.spec.ts:27:13 › Soft logout › with password user › shows the soft-logout page when a request fails, and allows a re-login
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Welcome Alice', exact: true })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Welcome Alice', exact: true })
33 | // back to the welcome page
34 | await expect(page).toHaveURL(/\/#\/home/);
> 35 | await expect(page.getByRole("heading", { name: "Welcome Alice", exact: true })).toBeVisible();
| ^
36 | });
37 |
38 | test("still shows the soft-logout page when the page is reloaded after a soft-logout", async ({
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/login/soft_logout.spec.ts:35:93
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/login/soft_logout.spec.ts#L35
3) login/soft_logout.spec.ts:27:13 › Soft logout › with password user › shows the soft-logout page when a request fails, and allows a re-login
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Welcome Alice', exact: true })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Welcome Alice', exact: true })
33 | // back to the welcome page
34 | await expect(page).toHaveURL(/\/#\/home/);
> 35 | await expect(page.getByRole("heading", { name: "Welcome Alice", exact: true })).toBeVisible();
| ^
36 | });
37 |
38 | test("still shows the soft-logout page when the page is reloaded after a soft-logout", async ({
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/login/soft_logout.spec.ts:35:93
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/login/soft_logout.spec.ts#L35
3) login/soft_logout.spec.ts:27:13 › Soft logout › with password user › shows the soft-logout page when a request fails, and allows a re-login
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Welcome Alice', exact: true })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Welcome Alice', exact: true })
33 | // back to the welcome page
34 | await expect(page).toHaveURL(/\/#\/home/);
> 35 | await expect(page.getByRole("heading", { name: "Welcome Alice", exact: true })).toBeVisible();
| ^
36 | });
37 |
38 | test("still shows the soft-logout page when the page is reloaded after a soft-logout", async ({
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/login/soft_logout.spec.ts:35:93
|
Run Playwright tests:
matrix-react-sdk/playwright/e2e/messages/messages.spec.ts#L79
4) messages/messages.spec.ts:75:17 › Message rendering › with ltr display name › should render a basic LTR text message
Error: Screenshot comparison failed:
146 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/snapshots/messages/messages.spec.ts/basic-message-ltr-ltrdisplayname-linux.png
Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/messages-messages-Message--c07ec-er-a-basic-LTR-text-message/basic-message-ltr-ltrdisplayname-actual.png
Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/messages-messages-Message--c07ec-er-a-basic-LTR-text-message/basic-message-ltr-ltrdisplayname-diff.png
Call log:
- expect.toHaveScreenshot(basic-message-ltr-ltrdisplayname.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_EventTile_last')
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="false" data-event-id="$lNAblhqw9xPyEhQV9CbvbclWU3pnzRhUNNSGRw4An64" class="mx_EventTile mx_EventTile_last mx_EventTile_lastInSection" data-scroll-tokens="$lNAblhqw9xPyEhQV9CbvbclWU3pnzRhUNNSGRw4An64">…</li>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 146 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_EventTile_last')
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="false" data-event-id="$lNAblhqw9xPyEhQV9CbvbclWU3pnzRhUNNSGRw4An64" class="mx_EventTile mx_EventTile_last mx_EventTile_lastInSection" data-scroll-tokens="$lNAblhqw9xPyEhQV9CbvbclWU3pnzRhUNNSGRw4An64">…</li>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 146 pixels (ratio 0.01 of all image pixels) are different.
77 |
78 | const msgTile = await sendMessage(page, "Hello, world!");
> 79 | await expect(msgTile).toMatchScreenshot(`basic-message-ltr-${direction}displayname.png`, {
| ^
80 | mask: [page.locator(".mx_MessageTimestamp")],
81 | });
82 | });
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/messages/messages.spec.ts:79:39
|
Run Playwright tests:
matrix-react-sdk/integration-manager/read_events.spec.ts#L1
matrix-react-sdk/integration-manager/read_events.spec.ts took 36.2s
|
Run Playwright tests:
matrix-react-sdk/knock/knock-into-room.spec.ts#L1
matrix-react-sdk/knock/knock-into-room.spec.ts took 34.9s
|
Run Playwright tests:
matrix-react-sdk/knock/manage-knocks.spec.ts#L1
matrix-react-sdk/knock/manage-knocks.spec.ts took 26.7s
|
Run Playwright tests:
matrix-react-sdk/integration-manager/send_event.spec.ts#L1
matrix-react-sdk/integration-manager/send_event.spec.ts took 24.3s
|
Run Playwright tests:
matrix-react-sdk/oidc/oidc-aware.spec.ts#L1
matrix-react-sdk/oidc/oidc-aware.spec.ts took 23.2s
|
Run Playwright tests
32 failed
invite/invite-dialog.spec.ts:22:9 › Invite dialog › should support inviting a user to a room ───
invite/invite-dialog.spec.ts:76:9 › Invite dialog › should support inviting a user to Direct Messages
login/soft_logout.spec.ts:27:13 › Soft logout › with password user › shows the soft-logout page when a request fails, and allows a re-login
messages/messages.spec.ts:75:17 › Message rendering › with ltr display name › should render a basic LTR text message
messages/messages.spec.ts:84:17 › Message rendering › with ltr display name › should render an LTR emote
messages/messages.spec.ts:91:17 › Message rendering › with ltr display name › should render an LTR rich text emote
messages/messages.spec.ts:98:17 › Message rendering › with ltr display name › should render an edited LTR message
messages/messages.spec.ts:110:17 › Message rendering › with ltr display name › should render a reply of a LTR message
messages/messages.spec.ts:126:17 › Message rendering › with ltr display name › should render a basic RTL text message
messages/messages.spec.ts:135:17 › Message rendering › with ltr display name › should render an RTL emote
messages/messages.spec.ts:142:17 › Message rendering › with ltr display name › should render a richtext RTL emote
messages/messages.spec.ts:149:17 › Message rendering › with ltr display name › should render an edited RTL message
messages/messages.spec.ts:161:17 › Message rendering › with ltr display name › should render a reply of a RTL message
messages/messages.spec.ts:75:17 › Message rendering › with rtl display name › should render a basic LTR text message
messages/messages.spec.ts:84:17 › Message rendering › with rtl display name › should render an LTR emote
messages/messages.spec.ts:91:17 › Message rendering › with rtl display name › should render an LTR rich text emote
messages/messages.spec.ts:98:17 › Message rendering › with rtl display name › should render an edited LTR message
messages/messages.spec.ts:110:17 › Message rendering › with rtl display name › should render a reply of a LTR message
messages/messages.spec.ts:126:17 › Message rendering › with rtl display name › should render a basic RTL text message
messages/messages.spec.ts:135:17 › Message rendering › with rtl display name › should render an RTL emote
messages/messages.spec.ts:142:17 › Message rendering › with rtl display name › should render a richtext RTL emote
messages/messages.spec.ts:149:17 › Message rendering › with rtl display name › should render an edited RTL message
messages/messages.spec.ts:161:17 › Message rendering › with rtl display name › should render a reply of a RTL message
permalinks/permalinks.spec.ts:27:9 › permalinks › shoud render permalinks as expected ──────────
pinned-messages/pinned-messages.spec.ts:13:9 › Pinned messages › should show the empty state when there are no pinned messages
pinned-messages/pinned-messages.spec.ts:21:9 › Pinned messages › should pin one message and to have the pinned message badge in the timeline
pinned-messages/pinned-messages.spec.ts:70:9 › Pinned messages › should unpin all messages ─────
pinned-messages/pinned-messages.spec.ts:95:9 › Pinned messages › should display one message in the banner
pinned-messages/pinned-messages.spec.ts:103:9 › Pinned messages › should display 2 messages in the banner
pinned-messages/pinned-messages.spec.ts:120:9 › Pinned messages › should display 4 messages in the banner
polls/polls.spec.ts:96:9 › Polls › should be creatable and votable ─────────────────────────────
polls/polls.spec.ts:222:9 › Polls › should be displayed correctly in thread panel ──────────────
1 flaky
login/login.spec.ts:199:21 › Login › Password login › verification after login › with force_verification on › Shows unskippable verification prompt after login if signing keys are set up
1 skipped
45 passed (20.1m)
|
Loading