From 038add58d8b5f5ad9f8852bce5cf431c84e0101c Mon Sep 17 00:00:00 2001 From: R Midhun Suresh Date: Tue, 31 Dec 2024 22:17:41 +0530 Subject: [PATCH] Remove files --- src/i18n/strings/en_EN.json | 3 - .../__snapshots__/MemberTile-test.tsx.snap | 160 ------------------ 2 files changed, 163 deletions(-) delete mode 100644 test/unit-tests/components/views/rooms/__snapshots__/MemberTile-test.tsx.snap diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index c2a34140b4..086dfec4dd 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -1586,7 +1586,6 @@ "filter_placeholder": "Search members...", "invite_button_no_perms_tooltip": "You do not have permission to invite users", "invited_label": "Invited", - "invited_list_heading": "Invited", "no_matches": "No matches", "power_label": "%(userName)s (power %(powerLevelNumber)s)" }, @@ -1740,7 +1739,6 @@ "custom_level": "Custom level", "default": "Default", "label": "Power level", - "mod": "Mod", "moderator": "Moderator", "restricted": "Restricted" }, @@ -3072,7 +3070,6 @@ "invite": "Invite people", "invite_description": "Invite with email or username", "invite_link": "Share invite link", - "invite_this_space": "Invite to this space", "joining_space": "Joining", "landing_welcome": "Welcome to ", "leave_dialog_action": "Leave space", diff --git a/test/unit-tests/components/views/rooms/__snapshots__/MemberTile-test.tsx.snap b/test/unit-tests/components/views/rooms/__snapshots__/MemberTile-test.tsx.snap deleted file mode 100644 index b5d7b87a7e..0000000000 --- a/test/unit-tests/components/views/rooms/__snapshots__/MemberTile-test.tsx.snap +++ /dev/null @@ -1,160 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`MemberTile should display an verified E2EIcon when the e2E status = Verified 1`] = ` -
-
-
-
- -
-
-
-
- - @userId:matrix.org - -
-
-
- Offline -
-
-
-
-
-`; - -exports[`MemberTile should display an warning E2EIcon when the e2E status = Warning 1`] = ` -
-
-
-
- -
-
-
-
- - @userId:matrix.org - -
-
-
- Offline -
-
-
-
-
-`; - -exports[`MemberTile should not display an E2EIcon when the e2E status = normal 1`] = ` -
-
-
-
- -
-
-
-
- - @userId:matrix.org - -
-
-
- Offline -
-
-
-
-
-`;