Add Ui test on CallScreenView

This commit is contained in:
Benoit Marty 2024-07-08 12:30:06 +02:00
parent 079364501a
commit d00af657a2
4 changed files with 99 additions and 1 deletions

View file

@ -70,4 +70,6 @@ dependencies {
testImplementation(projects.libraries.push.test)
testImplementation(projects.services.analytics.test)
testImplementation(projects.tests.testutils)
testImplementation(libs.androidx.compose.ui.test.junit)
testReleaseImplementation(libs.androidx.compose.ui.test.manifest)
}