Merge branch 'main' into valere/component_ec_M1

This commit is contained in:
Timo K.
2026-09-08 20:05:27 +02:00
22 changed files with 2139 additions and 1528 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ export const widgetTest = test.extend<MyFixtures>({
// Accept the DM invite from brooks
// This how playwright record selects the DM invite in the room list
await ewPage2.getByRole("option", { name: "Open room" }).click();
await ewPage2.getByRole("button", { name: "Open room" }).click();
await ewPage2.getByRole("button", { name: "Start chatting" }).click();
}