diff --git a/app/src/testDemoDebug/kotlin/com/google/samples/apps/nowinandroid/ui/NiaAppScreenSizesScreenshotTests.kt b/app/src/testDemo/kotlin/com/google/samples/apps/nowinandroid/ui/NiaAppScreenSizesScreenshotTests.kt similarity index 99% rename from app/src/testDemoDebug/kotlin/com/google/samples/apps/nowinandroid/ui/NiaAppScreenSizesScreenshotTests.kt rename to app/src/testDemo/kotlin/com/google/samples/apps/nowinandroid/ui/NiaAppScreenSizesScreenshotTests.kt index 63a7c7f91..dcbc1e5c0 100644 --- a/app/src/testDemoDebug/kotlin/com/google/samples/apps/nowinandroid/ui/NiaAppScreenSizesScreenshotTests.kt +++ b/app/src/testDemo/kotlin/com/google/samples/apps/nowinandroid/ui/NiaAppScreenSizesScreenshotTests.kt @@ -154,7 +154,7 @@ class NiaAppScreenSizesScreenshotTests { composeTestRule.onRoot() .captureRoboImage( - "src/testDemoDebug/screenshots/$screenshotName.png", + "src/testDemo/screenshots/$screenshotName.png", roborazziOptions = DefaultRoborazziOptions, ) } diff --git a/app/src/testDemoDebug/screenshots/compactWidth_compactHeight_showsNavigationBar.png b/app/src/testDemo/screenshots/compactWidth_compactHeight_showsNavigationBar.png similarity index 100% rename from app/src/testDemoDebug/screenshots/compactWidth_compactHeight_showsNavigationBar.png rename to app/src/testDemo/screenshots/compactWidth_compactHeight_showsNavigationBar.png diff --git a/app/src/testDemoDebug/screenshots/compactWidth_expandedHeight_showsNavigationBar.png b/app/src/testDemo/screenshots/compactWidth_expandedHeight_showsNavigationBar.png similarity index 100% rename from app/src/testDemoDebug/screenshots/compactWidth_expandedHeight_showsNavigationBar.png rename to app/src/testDemo/screenshots/compactWidth_expandedHeight_showsNavigationBar.png diff --git a/app/src/testDemoDebug/screenshots/compactWidth_mediumHeight_showsNavigationBar.png b/app/src/testDemo/screenshots/compactWidth_mediumHeight_showsNavigationBar.png similarity index 100% rename from app/src/testDemoDebug/screenshots/compactWidth_mediumHeight_showsNavigationBar.png rename to app/src/testDemo/screenshots/compactWidth_mediumHeight_showsNavigationBar.png diff --git a/app/src/testDemoDebug/screenshots/expandedWidth_compactHeight_showsNavigationRail.png b/app/src/testDemo/screenshots/expandedWidth_compactHeight_showsNavigationRail.png similarity index 100% rename from app/src/testDemoDebug/screenshots/expandedWidth_compactHeight_showsNavigationRail.png rename to app/src/testDemo/screenshots/expandedWidth_compactHeight_showsNavigationRail.png diff --git a/app/src/testDemoDebug/screenshots/expandedWidth_expandedHeight_showsNavigationRail.png b/app/src/testDemo/screenshots/expandedWidth_expandedHeight_showsNavigationRail.png similarity index 100% rename from app/src/testDemoDebug/screenshots/expandedWidth_expandedHeight_showsNavigationRail.png rename to app/src/testDemo/screenshots/expandedWidth_expandedHeight_showsNavigationRail.png diff --git a/app/src/testDemoDebug/screenshots/expandedWidth_mediumHeight_showsNavigationRail.png b/app/src/testDemo/screenshots/expandedWidth_mediumHeight_showsNavigationRail.png similarity index 100% rename from app/src/testDemoDebug/screenshots/expandedWidth_mediumHeight_showsNavigationRail.png rename to app/src/testDemo/screenshots/expandedWidth_mediumHeight_showsNavigationRail.png diff --git a/app/src/testDemoDebug/screenshots/mediumWidth_compactHeight_showsNavigationRail.png b/app/src/testDemo/screenshots/mediumWidth_compactHeight_showsNavigationRail.png similarity index 100% rename from app/src/testDemoDebug/screenshots/mediumWidth_compactHeight_showsNavigationRail.png rename to app/src/testDemo/screenshots/mediumWidth_compactHeight_showsNavigationRail.png diff --git a/app/src/testDemoDebug/screenshots/mediumWidth_expandedHeight_showsNavigationRail.png b/app/src/testDemo/screenshots/mediumWidth_expandedHeight_showsNavigationRail.png similarity index 100% rename from app/src/testDemoDebug/screenshots/mediumWidth_expandedHeight_showsNavigationRail.png rename to app/src/testDemo/screenshots/mediumWidth_expandedHeight_showsNavigationRail.png diff --git a/app/src/testDemoDebug/screenshots/mediumWidth_mediumHeight_showsNavigationRail.png b/app/src/testDemo/screenshots/mediumWidth_mediumHeight_showsNavigationRail.png similarity index 100% rename from app/src/testDemoDebug/screenshots/mediumWidth_mediumHeight_showsNavigationRail.png rename to app/src/testDemo/screenshots/mediumWidth_mediumHeight_showsNavigationRail.png