feat: add more view tests

This commit is contained in:
0x330a 2023-10-19 17:24:08 +11:00
parent e79a980f2c
commit 87968713c2
No known key found for this signature in database
GPG Key ID: 267811D6E6A2698C
1 changed files with 16 additions and 0 deletions

View File

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