Run Playwright tests against Dendrite & Pinecone periodically #3830
Annotations
4 errors, 3 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/accessibility/keyboard-navigation.spec.ts#L1
1) [Pinecone] › accessibility/keyboard-navigation.spec.ts:17:9 › Landmark navigation tests › without any rooms
Test timeout of 30000ms exceeded while setting up "user".
|
Run Playwright tests:
playwright/element-web-test.ts#L183
1) [Pinecone] › accessibility/keyboard-navigation.spec.ts:17:9 › Landmark navigation tests › without any rooms
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_MatrixChat') to be visible
at ../element-web-test.ts:183
181 | user: async ({ pageWithCredentials: page, credentials }, use) => {
182 | await page.goto("/");
> 183 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
| ^
184 | await use(credentials);
185 | },
186 |
at Object.user (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:183:20)
|
Run Playwright tests:
playwright/e2e/composer/CIDER.spec.ts#L27
2) [Pinecone] › composer/CIDER.spec.ts:81:17 › Composer › CIDER › when Control+Enter is required to send › only sends when you press Control+Enter
Test timeout of 30000ms exceeded while running "beforeEach" hook.
25 | });
26 |
> 27 | test.beforeEach(async ({ room }) => {}); // trigger room fixture
| ^
28 |
29 | test.describe("CIDER", () => {
30 | test("sends a message when you click send or press Enter", async ({ page }) => {
at /home/runner/work/element-web/element-web/playwright/e2e/composer/CIDER.spec.ts:27:10
|
Run Playwright tests:
playwright/element-web-test.ts#L183
2) [Pinecone] › composer/CIDER.spec.ts:81:17 › Composer › CIDER › when Control+Enter is required to send › only sends when you press Control+Enter
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_MatrixChat') to be visible
at ../element-web-test.ts:183
181 | user: async ({ pageWithCredentials: page, credentials }, use) => {
182 | await page.goto("/");
> 183 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
| ^
184 | await use(credentials);
185 | },
186 |
at Object.user (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:183:20)
|
Run Playwright tests:
[Pinecone] › composer/RTE.spec.ts#L1
[Pinecone] › composer/RTE.spec.ts took 47.4s
|
Run Playwright tests:
[Pinecone] › audio-player/audio-player.spec.ts#L1
[Pinecone] › audio-player/audio-player.spec.ts took 46.7s
|
Run Playwright tests:
[Pinecone] › crypto/backups.spec.ts#L1
[Pinecone] › crypto/backups.spec.ts took 18.3s
|
Run Playwright tests
2 flaky
[Pinecone] › accessibility/keyboard-navigation.spec.ts:17:9 › Landmark navigation tests › without any rooms
[Pinecone] › composer/CIDER.spec.ts:81:17 › Composer › CIDER › when Control+Enter is required to send › only sends when you press Control+Enter
18 skipped
32 passed (4.2m)
|
Loading