feat: add more view tests

This commit is contained in:
0x330a
2023-10-19 17:24:08 +11:00
parent e79a980f2c
commit 87968713c2

View File

@@ -60,4 +60,20 @@ class CreateGroupTests {
}
@Test
fun testFailToCreate() {
}
@Test
fun testBackButton() {
}
@Test
fun testCloseButton() {
}
}