Removing unsed UI tests (#1625)

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:56:35 +10:00
committed by GitHub
parent 16d6efbb5b
commit 80933938e1
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 */ }
}
}