Rename tests/uitest modules
This commit is contained in:
parent
d7b4cb97a7
commit
6cc38c9c49
6 changed files with 7 additions and 6 deletions
|
|
@ -29,7 +29,7 @@ import io.element.android.x.features.rageshake.crash.ui.CrashDetectionEvents
|
||||||
import io.element.android.x.features.rageshake.crash.ui.CrashDetectionView
|
import io.element.android.x.features.rageshake.crash.ui.CrashDetectionView
|
||||||
import io.element.android.x.features.rageshake.detection.RageshakeDetectionEvents
|
import io.element.android.x.features.rageshake.detection.RageshakeDetectionEvents
|
||||||
import io.element.android.x.features.rageshake.detection.RageshakeDetectionView
|
import io.element.android.x.features.rageshake.detection.RageshakeDetectionView
|
||||||
import io.element.android.x.tests.uitests.openShowkase
|
import io.element.android.tests.uitests.openShowkase
|
||||||
|
|
||||||
@Composable
|
@Composable
|
||||||
fun RootView(
|
fun RootView(
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
namespace = "io.element.android.x.tests.uitests"
|
namespace = "io.element.android.tests.uitests"
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package io.element.android.x.tests.uitests
|
package io.element.android.tests.uitests
|
||||||
|
|
||||||
import com.airbnb.android.showkase.annotation.ShowkaseRoot
|
import com.airbnb.android.showkase.annotation.ShowkaseRoot
|
||||||
import com.airbnb.android.showkase.annotation.ShowkaseRootModule
|
import com.airbnb.android.showkase.annotation.ShowkaseRootModule
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2022 New Vector Ltd
|
* Copyright (c) 2023 New Vector Ltd
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package io.element.android.x.tests.uitests
|
package io.element.android.tests.uitests
|
||||||
|
|
||||||
import androidx.compose.foundation.layout.padding
|
import androidx.compose.foundation.layout.padding
|
||||||
import androidx.compose.foundation.layout.size
|
import androidx.compose.foundation.layout.size
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package io.element.android.x.tests.uitests
|
package io.element.android.tests.uitests
|
||||||
|
|
||||||
import android.app.Activity
|
import android.app.Activity
|
||||||
import com.airbnb.android.showkase.models.Showkase
|
import com.airbnb.android.showkase.models.Showkase
|
||||||
|
|
@ -37,6 +37,7 @@ import com.airbnb.android.showkase.models.Showkase
|
||||||
import com.google.testing.junit.testparameterinjector.TestParameter
|
import com.google.testing.junit.testparameterinjector.TestParameter
|
||||||
import com.google.testing.junit.testparameterinjector.TestParameterInjector
|
import com.google.testing.junit.testparameterinjector.TestParameterInjector
|
||||||
import io.element.android.libraries.designsystem.ElementXTheme
|
import io.element.android.libraries.designsystem.ElementXTheme
|
||||||
|
import io.element.android.libraries.tests.uitests.getMetadata
|
||||||
import org.junit.Rule
|
import org.junit.Rule
|
||||||
import org.junit.Test
|
import org.junit.Test
|
||||||
import org.junit.runner.RunWith
|
import org.junit.runner.RunWith
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue