Run Playwright tests against Dendrite & Pinecone periodically #3993
Annotations
3 errors, 2 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/settings/general-room-settings-tab.spec.ts#L47
1) [Pinecone] › settings/general-room-settings-tab.spec.ts:39:9 › General room settings tab › long address should not cause dialog to overflow @no-webkit
Error: Timed out 5000ms waiting for expect(locator).toHaveValue(expected)
Locator: locator('.mx_Dialog').filter({ has: locator('.mx_RoomSettingsDialog') }).locator('#canonicalAlias')
Expected string: "#abcasdhjasjhdaj1jh1asdhasjdhajsdhjavhjksdabcasdhjasjhdaj1jh1asdhasjdhajsdhjavhjksdabcasdhjasjhdaj1jh1asdhasjdhajsdhjavhjksdabcasdhjasjhdaj1jh1asdhasjdhajsdhjavhjksd:5a3807b5034960b10956fbe09b45039c7941b69ea61caf9421c032539af98f6c"
Received string: ""
Call log:
- expect.toHaveValue with timeout 5000ms
- waiting for locator('.mx_Dialog').filter({ has: locator('.mx_RoomSettingsDialog') }).locator('#canonicalAlias')
9 × locator resolved to <select type="text" id="canonicalAlias" label="Main address" placeholder="Main address">…</select>
- unexpected value ""
45 |
46 | // 2. wait for the new setting to apply ...
> 47 | await expect(settings.locator("#canonicalAlias")).toHaveValue(`#${longString}:${user.homeServer}`);
| ^
48 |
49 | // 3. Check if the dialog overflows
50 | const dialogBoundingBox = await page.locator(".mx_Dialog").boundingBox();
at /home/runner/work/element-web/element-web/playwright/e2e/settings/general-room-settings-tab.spec.ts:47:59
|
Run Playwright tests:
playwright/element-web-test.ts#L334
2) [Pinecone] › share-dialog/share-dialog.spec.ts:19:9 › Share dialog › should share a room @screenshot
Error: expect.toMatchScreenshot: Test ended.
at ../element-web-test.ts:334
332 | await baseExpect(receiver).toHaveScreenshot(screenshotName, options);
333 |
> 334 | await style.evaluate((tag) => tag.remove());
| ^
335 |
336 | testInfo.annotations.push({
337 | // `_` prefix hides it from the HTML reporter
at Object.toMatchScreenshot (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:334:21)
|
Run Playwright tests:
playwright/element-web-test.ts#L334
3) [Pinecone] › share-dialog/share-dialog.spec.ts:32:9 › Share dialog › should share a room member @screenshot
Error: expect.toMatchScreenshot: Test ended.
at ../element-web-test.ts:334
332 | await baseExpect(receiver).toHaveScreenshot(screenshotName, options);
333 |
> 334 | await style.evaluate((tag) => tag.remove());
| ^
335 |
336 | testInfo.annotations.push({
337 | // `_` prefix hides it from the HTML reporter
at Object.toMatchScreenshot (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:334:21)
|
Run Playwright tests:
[Pinecone] › room/room-header.spec.ts#L1
[Pinecone] › room/room-header.spec.ts took 17.4s
|
Run Playwright tests:
[Pinecone] › settings/account-user-settings-tab.spec.ts#L1
[Pinecone] › settings/account-user-settings-tab.spec.ts took 15.9s
|
Run Playwright tests
3 flaky
[Pinecone] › settings/general-room-settings-tab.spec.ts:39:9 › General room settings tab › long address should not cause dialog to overflow @no-webkit
[Pinecone] › share-dialog/share-dialog.spec.ts:19:9 › Share dialog › should share a room @screenshot
[Pinecone] › share-dialog/share-dialog.spec.ts:32:9 › Share dialog › should share a room member @screenshot
47 skipped
33 passed (2.2m)
|
Loading