Localazy Download (#34214)
* [create-pull-request] automated change * Fix tests for notification settings label update. * Fix lint. * Screenshot updates for tests. * Fix playwright E2E tests. * Fix E2E playwright tests. --------- Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com> Co-authored-by: mxandreas <andreass@element.io>
This commit is contained in:
co-authored by
t3chguy
mxandreas
parent
64fc4a6b5d
commit
e6460a5f4e
@@ -214,7 +214,7 @@ test.describe("Room list filters and sort", () => {
|
||||
// Let's configure unread dm room so that we only get notification for mentions and keywords
|
||||
await app.viewRoomById(unReadDmId);
|
||||
await app.settings.openRoomSettings("Notifications");
|
||||
await page.getByText("@mentions & keywords").click();
|
||||
await page.getByText("@mentions and replies").click();
|
||||
await app.settings.closeDialog();
|
||||
|
||||
// Let's open a room other than unread room or unread dm
|
||||
|
||||
@@ -105,7 +105,7 @@ test.describe("Room list unread activity toast", () => {
|
||||
|
||||
await app.viewRoomById(targetId);
|
||||
await app.settings.openRoomSettings("Notifications");
|
||||
await page.getByText("@mentions & keywords").click();
|
||||
await page.getByText("@mentions and replies only").click();
|
||||
await app.settings.closeDialog();
|
||||
|
||||
// Enable showing activity (dots) in the room list, so the activity dot is actually rendered.
|
||||
|
||||
@@ -488,7 +488,7 @@ test.describe("Room list", () => {
|
||||
|
||||
await app.viewRoomById(roomId);
|
||||
await app.settings.openRoomSettings("Notifications");
|
||||
await page.getByText("@mentions & keywords").click();
|
||||
await page.getByText("@mentions and replies only").click();
|
||||
await app.settings.closeDialog();
|
||||
|
||||
await app.settings.openUserSettings("Notifications");
|
||||
|
||||
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 114 KiB |
Reference in New Issue
Block a user