End to End Tests #18342
Annotations
1 error and 1 notice
|
Run Playwright tests:
apps/web/playwright/e2e/links/permalinks.spec.ts#L150
1) [Pinecone] › playwright/e2e/links/permalinks.spec.ts:111:5 › triple-click message selection › should select entire message line when triple-clicking on message with pills
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Testing triple-click message selection. User: B@bot_0017:49b2f931a673b53797670741051504f1d9489a7455f9b8efe5a7ce2d090301ee, Room: TTest Room, Message: Message, and T@room mention."
Received: ""
148 |
149 | // Verify that the selected text exactly matches the message content
> 150 | expect(selectedText).toBe(expectedText);
| ^
151 | });
152 | });
153 |
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/links/permalinks.spec.ts:150:30
|
|
Run Playwright tests
1 flaky
[Pinecone] › playwright/e2e/links/permalinks.spec.ts:111:5 › triple-click message selection › should select entire message line when triple-clicking on message with pills
104 skipped
65 passed (3.7m)
|
Loading