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

View file

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