Removing unsed UI tests

We need to rethink the UI tests if we do indeed want to use them as they are not tied to the existing flow anymore
This commit is contained in:
ThomasSession
2024-08-19 13:42:13 +10:00
parent f379604c54
commit f159b1a892
2 changed files with 9 additions and 4 deletions

View File

@@ -551,6 +551,7 @@ class InstrumentedTests {
is Conversation.OneToOne -> seen.add("1-to-1: ${convo.accountId}")
is Conversation.Community -> seen.add("og: ${convo.baseCommunityInfo.baseUrl}/r/${convo.baseCommunityInfo.room}")
is Conversation.LegacyGroup -> seen.add("cl: ${convo.groupId}")
null -> { /* ignore null cases */ }
}
}