matrix-react-sdk End to End Tests #2113
Annotations
10 errors, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L25
1) spaces/threads-activity-centre/threadsActivityCentre.spec.ts:19:9 › Threads Activity Centre › should have the button correctly aligned and displayed in the space panel when expanded
Error: Screenshot comparison failed:
6 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/snapshots/spaces/threads-activity-centre/threadsActivityCentre.spec.ts/tac-button-expanded-linux.png
Received: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/test-results/spaces-threads-activity-ce-34d5f-e-space-panel-when-expanded/tac-button-expanded-actual.png
Diff: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/test-results/spaces-threads-activity-ce-34d5f-e-space-panel-when-expanded/tac-button-expanded-diff.png
Call log:
- expect.toHaveScreenshot(tac-button-expanded.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByRole('navigation', { name: 'Spaces' })
- locator resolved to <nav aria-label="Spaces" class="mx_SpacePanel">…</nav>
- 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
- 6 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByRole('navigation', { name: 'Spaces' })
- locator resolved to <nav aria-label="Spaces" class="mx_SpacePanel">…</nav>
- 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
- 6 pixels (ratio 0.01 of all image pixels) are different.
23 | await util.expandSpacePanel();
24 | // The buttons in the space panel should be aligned when expanded
> 25 | await expect(util.getSpacePanel()).toMatchScreenshot("tac-button-expanded.png");
| ^
26 | });
27 |
28 | test("should not show indicator when there is no thread", async ({ room1, util }) => {
at /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts:25:44
|
Run Playwright tests:
playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L25
1) spaces/threads-activity-centre/threadsActivityCentre.spec.ts:19:9 › Threads Activity Centre › should have the button correctly aligned and displayed in the space panel when expanded
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
6 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/snapshots/spaces/threads-activity-centre/threadsActivityCentre.spec.ts/tac-button-expanded-linux.png
Received: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/test-results/spaces-threads-activity-ce-34d5f-e-space-panel-when-expanded-retry1/tac-button-expanded-actual.png
Diff: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/test-results/spaces-threads-activity-ce-34d5f-e-space-panel-when-expanded-retry1/tac-button-expanded-diff.png
Call log:
- expect.toHaveScreenshot(tac-button-expanded.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByRole('navigation', { name: 'Spaces' })
- locator resolved to <nav aria-label="Spaces" class="mx_SpacePanel">…</nav>
- 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
- 6 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByRole('navigation', { name: 'Spaces' })
- locator resolved to <nav aria-label="Spaces" class="mx_SpacePanel">…</nav>
- 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
- 6 pixels (ratio 0.01 of all image pixels) are different.
23 | await util.expandSpacePanel();
24 | // The buttons in the space panel should be aligned when expanded
> 25 | await expect(util.getSpacePanel()).toMatchScreenshot("tac-button-expanded.png");
| ^
26 | });
27 |
28 | test("should not show indicator when there is no thread", async ({ room1, util }) => {
at /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts:25:44
|
Run Playwright tests:
playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L25
1) spaces/threads-activity-centre/threadsActivityCentre.spec.ts:19:9 › Threads Activity Centre › should have the button correctly aligned and displayed in the space panel when expanded
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
6 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/snapshots/spaces/threads-activity-centre/threadsActivityCentre.spec.ts/tac-button-expanded-linux.png
Received: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/test-results/spaces-threads-activity-ce-34d5f-e-space-panel-when-expanded-retry2/tac-button-expanded-actual.png
Diff: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/test-results/spaces-threads-activity-ce-34d5f-e-space-panel-when-expanded-retry2/tac-button-expanded-diff.png
Call log:
- expect.toHaveScreenshot(tac-button-expanded.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByRole('navigation', { name: 'Spaces' })
- locator resolved to <nav aria-label="Spaces" class="mx_SpacePanel">…</nav>
- 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
- 6 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByRole('navigation', { name: 'Spaces' })
- locator resolved to <nav aria-label="Spaces" class="mx_SpacePanel">…</nav>
- 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
- 6 pixels (ratio 0.01 of all image pixels) are different.
23 | await util.expandSpacePanel();
24 | // The buttons in the space panel should be aligned when expanded
> 25 | await expect(util.getSpacePanel()).toMatchScreenshot("tac-button-expanded.png");
| ^
26 | });
27 |
28 | test("should not show indicator when there is no thread", async ({ room1, util }) => {
at /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts:25:44
|
Run Playwright tests:
playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L133
2) spaces/threads-activity-centre/threadsActivityCentre.spec.ts:131:9 › Threads Activity Centre › should have the correct hover state
Error: Screenshot comparison failed:
6 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/snapshots/spaces/threads-activity-centre/threadsActivityCentre.spec.ts/tac-hovered-linux.png
Received: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/test-results/spaces-threads-activity-ce-f979e-ave-the-correct-hover-state/tac-hovered-actual.png
Diff: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/test-results/spaces-threads-activity-ce-f979e-ave-the-correct-hover-state/tac-hovered-diff.png
Call log:
- expect.toHaveScreenshot(tac-hovered.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByRole('navigation', { name: 'Spaces' })
- locator resolved to <nav aria-label="Spaces" class="mx_SpacePanel collapsed">…</nav>
- 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
- 6 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByRole('navigation', { name: 'Spaces' })
- locator resolved to <nav aria-label="Spaces" class="mx_SpacePanel collapsed">…</nav>
- 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
- 6 pixels (ratio 0.01 of all image pixels) are different.
131 | test("should have the correct hover state", async ({ util, page }) => {
132 | await util.hoverTacButton();
> 133 | await expect(util.getSpacePanel()).toMatchScreenshot("tac-hovered.png");
| ^
134 |
135 | // Expand the space panel, hover the button and take a screenshot
136 | await util.expandSpacePanel();
at /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts:133:44
|
Run Playwright tests:
playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L133
2) spaces/threads-activity-centre/threadsActivityCentre.spec.ts:131:9 › Threads Activity Centre › should have the correct hover state
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
6 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/snapshots/spaces/threads-activity-centre/threadsActivityCentre.spec.ts/tac-hovered-linux.png
Received: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/test-results/spaces-threads-activity-ce-f979e-ave-the-correct-hover-state-retry1/tac-hovered-actual.png
Diff: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/test-results/spaces-threads-activity-ce-f979e-ave-the-correct-hover-state-retry1/tac-hovered-diff.png
Call log:
- expect.toHaveScreenshot(tac-hovered.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByRole('navigation', { name: 'Spaces' })
- locator resolved to <nav aria-label="Spaces" class="mx_SpacePanel collapsed">…</nav>
- 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
- 6 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByRole('navigation', { name: 'Spaces' })
- locator resolved to <nav aria-label="Spaces" class="mx_SpacePanel collapsed">…</nav>
- 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
- 6 pixels (ratio 0.01 of all image pixels) are different.
131 | test("should have the correct hover state", async ({ util, page }) => {
132 | await util.hoverTacButton();
> 133 | await expect(util.getSpacePanel()).toMatchScreenshot("tac-hovered.png");
| ^
134 |
135 | // Expand the space panel, hover the button and take a screenshot
136 | await util.expandSpacePanel();
at /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts:133:44
|
Run Playwright tests:
playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L133
2) spaces/threads-activity-centre/threadsActivityCentre.spec.ts:131:9 › Threads Activity Centre › should have the correct hover state
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
6 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/snapshots/spaces/threads-activity-centre/threadsActivityCentre.spec.ts/tac-hovered-linux.png
Received: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/test-results/spaces-threads-activity-ce-f979e-ave-the-correct-hover-state-retry2/tac-hovered-actual.png
Diff: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/test-results/spaces-threads-activity-ce-f979e-ave-the-correct-hover-state-retry2/tac-hovered-diff.png
Call log:
- expect.toHaveScreenshot(tac-hovered.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByRole('navigation', { name: 'Spaces' })
- locator resolved to <nav aria-label="Spaces" class="mx_SpacePanel collapsed">…</nav>
- 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
- 6 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByRole('navigation', { name: 'Spaces' })
- locator resolved to <nav aria-label="Spaces" class="mx_SpacePanel collapsed">…</nav>
- 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
- 6 pixels (ratio 0.01 of all image pixels) are different.
131 | test("should have the correct hover state", async ({ util, page }) => {
132 | await util.hoverTacButton();
> 133 | await expect(util.getSpacePanel()).toMatchScreenshot("tac-hovered.png");
| ^
134 |
135 | // Expand the space panel, hover the button and take a screenshot
136 | await util.expandSpacePanel();
at /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts:133:44
|
Run Playwright tests:
playwright/e2e/timeline/timeline.spec.ts#L153
3) timeline/timeline.spec.ts:140:13 › Timeline › configure room › should create and configure a room on IRC layout
Error: Screenshot comparison failed:
1 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/snapshots/timeline/timeline.spec.ts/configured-room-irc-layout-linux.png
Received: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/test-results/timeline-timeline-Timeline-43bff-figure-a-room-on-IRC-layout/configured-room-irc-layout-actual.png
Diff: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/test-results/timeline-timeline-Timeline-43bff-figure-a-room-on-IRC-layout/configured-room-irc-layout-diff.png
Call log:
- expect.toHaveScreenshot(configured-room-irc-layout.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_MainSplit')
- locator resolved to <div class="mx_MainSplit">…</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
- 1 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_MainSplit')
- locator resolved to <div class="mx_MainSplit">…</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
- 1 pixels (ratio 0.01 of all image pixels) are different.
151 | await expect(page.locator(".mx_TimelineSeparator")).toHaveText("today");
152 |
> 153 | await expect(page.locator(".mx_MainSplit")).toMatchScreenshot("configured-room-irc-layout.png");
| ^
154 | });
155 |
156 | test("should have an expanded generic event list summary (GELS) on IRC layout", async ({ page, app, room }) => {
at /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/e2e/timeline/timeline.spec.ts:153:57
|
Run Playwright tests:
playwright/e2e/timeline/timeline.spec.ts#L153
3) timeline/timeline.spec.ts:140:13 › Timeline › configure room › should create and configure a room on IRC layout
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/snapshots/timeline/timeline.spec.ts/configured-room-irc-layout-linux.png
Received: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/test-results/timeline-timeline-Timeline-43bff-figure-a-room-on-IRC-layout-retry1/configured-room-irc-layout-actual.png
Diff: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/test-results/timeline-timeline-Timeline-43bff-figure-a-room-on-IRC-layout-retry1/configured-room-irc-layout-diff.png
Call log:
- expect.toHaveScreenshot(configured-room-irc-layout.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_MainSplit')
- locator resolved to <div class="mx_MainSplit">…</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
- 1 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_MainSplit')
- locator resolved to <div class="mx_MainSplit">…</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
- 1 pixels (ratio 0.01 of all image pixels) are different.
151 | await expect(page.locator(".mx_TimelineSeparator")).toHaveText("today");
152 |
> 153 | await expect(page.locator(".mx_MainSplit")).toMatchScreenshot("configured-room-irc-layout.png");
| ^
154 | });
155 |
156 | test("should have an expanded generic event list summary (GELS) on IRC layout", async ({ page, app, room }) => {
at /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/e2e/timeline/timeline.spec.ts:153:57
|
Run Playwright tests:
playwright/e2e/timeline/timeline.spec.ts#L153
3) timeline/timeline.spec.ts:140:13 › Timeline › configure room › should create and configure a room on IRC layout
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/snapshots/timeline/timeline.spec.ts/configured-room-irc-layout-linux.png
Received: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/test-results/timeline-timeline-Timeline-43bff-figure-a-room-on-IRC-layout-retry2/configured-room-irc-layout-actual.png
Diff: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/test-results/timeline-timeline-Timeline-43bff-figure-a-room-on-IRC-layout-retry2/configured-room-irc-layout-diff.png
Call log:
- expect.toHaveScreenshot(configured-room-irc-layout.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_MainSplit')
- locator resolved to <div class="mx_MainSplit">…</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
- 1 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_MainSplit')
- locator resolved to <div class="mx_MainSplit">…</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
- 1 pixels (ratio 0.01 of all image pixels) are different.
151 | await expect(page.locator(".mx_TimelineSeparator")).toHaveText("today");
152 |
> 153 | await expect(page.locator(".mx_MainSplit")).toMatchScreenshot("configured-room-irc-layout.png");
| ^
154 | });
155 |
156 | test("should have an expanded generic event list summary (GELS) on IRC layout", async ({ page, app, room }) => {
at /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/e2e/timeline/timeline.spec.ts:153:57
|
Run Playwright tests:
playwright/e2e/timeline/timeline.spec.ts#L174
4) timeline/timeline.spec.ts:156:13 › Timeline › configure room › should have an expanded generic event list summary (GELS) on IRC layout
Error: Screenshot comparison failed:
1 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/snapshots/timeline/timeline.spec.ts/expanded-gels-irc-layout-linux.png
Received: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/test-results/timeline-timeline-Timeline-88c2d--summary-GELS-on-IRC-layout/expanded-gels-irc-layout-actual.png
Diff: /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/test-results/timeline-timeline-Timeline-88c2d--summary-GELS-on-IRC-layout/expanded-gels-irc-layout-diff.png
Call log:
- expect.toHaveScreenshot(expanded-gels-irc-layout.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_MainSplit')
- locator resolved to <div class="mx_MainSplit">…</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
- 1 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_MainSplit')
- locator resolved to <div class="mx_MainSplit">…</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
- 1 pixels (ratio 0.01 of all image pixels) are different.
172 | await expect(gels.getByRole("button", { name: "Collapse" })).toBeVisible();
173 |
> 174 | await expect(page.locator(".mx_MainSplit")).toMatchScreenshot("expanded-gels-irc-layout.png", {
| ^
175 | mask: [page.locator(".mx_MessageTimestamp")],
176 | css: `
177 | .mx_TopUnreadMessagesBar, .mx_MessagePanel_myReadMarker {
at /home/runner/work/matrix-js-sdk/matrix-js-sdk/playwright/e2e/timeline/timeline.spec.ts:174:57
|
Run Playwright tests:
spotlight/spotlight.spec.ts#L1
spotlight/spotlight.spec.ts took 2.4m
|
Run Playwright tests:
threads/threads.spec.ts#L1
threads/threads.spec.ts took 38.3s
|
Run Playwright tests:
user-onboarding/user-onboarding-new.spec.ts#L1
user-onboarding/user-onboarding-new.spec.ts took 33.5s
|
Run Playwright tests:
widgets/widget-pip-close.spec.ts#L1
widgets/widget-pip-close.spec.ts took 23.8s
|
Run Playwright tests:
widgets/stickers.spec.ts#L1
widgets/stickers.spec.ts took 22.6s
|
Run Playwright tests
11 failed
spaces/threads-activity-centre/threadsActivityCentre.spec.ts:19:9 › Threads Activity Centre › should have the button correctly aligned and displayed in the space panel when expanded
spaces/threads-activity-centre/threadsActivityCentre.spec.ts:131:9 › Threads Activity Centre › should have the correct hover state
timeline/timeline.spec.ts:140:13 › Timeline › configure room › should create and configure a room on IRC layout
timeline/timeline.spec.ts:156:13 › Timeline › configure room › should have an expanded generic event list summary (GELS) on IRC layout
timeline/timeline.spec.ts:184:13 › Timeline › configure room › should have an expanded generic event list summary (GELS) on compact modern/group layout
timeline/timeline.spec.ts:218:13 › Timeline › configure room › should click 'collapse' on the first hovered info event line inside GELS on bubble layout
timeline/timeline.spec.ts:267:13 › Timeline › configure room › should add inline start margin to an event line on IRC layout
timeline/timeline.spec.ts:335:13 › Timeline › message displaying › should align generic event list summary with messages and emote on IRC layout
timeline/timeline.spec.ts:467:13 › Timeline › message displaying › should render EventTiles on IRC, modern (group), and bubble layout
timeline/timeline.spec.ts:1034:13 › Timeline › message sending › should send, reply, and display long strings without overflowing
user-menu/user-menu.spec.ts:14:9 › User Menu › should contain our name & userId ────────────────
3 skipped
58 passed (14.1m)
|
Loading