Skip to content

Commit 8376408

Browse files
committed
Move app screenshot tests to match dependencies declaration
Fixes #990
1 parent 63bba2e commit 8376408

10 files changed

+1
-1
lines changed

app/src/testDemo/kotlin/com/google/samples/apps/nowinandroid/ui/NiaAppScreenSizesScreenshotTests.kt renamed to app/src/testDemoDebug/kotlin/com/google/samples/apps/nowinandroid/ui/NiaAppScreenSizesScreenshotTests.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ class NiaAppScreenSizesScreenshotTests {
154154

155155
composeTestRule.onRoot()
156156
.captureRoboImage(
157-
"src/testDemo/screenshots/$screenshotName.png",
157+
"src/testDemoDebug/screenshots/$screenshotName.png",
158158
roborazziOptions = DefaultRoborazziOptions,
159159
)
160160
}

app/src/testDemo/screenshots/compactWidth_compactHeight_showsNavigationBar.png renamed to app/src/testDemoDebug/screenshots/compactWidth_compactHeight_showsNavigationBar.png

File renamed without changes.

app/src/testDemo/screenshots/compactWidth_expandedHeight_showsNavigationBar.png renamed to app/src/testDemoDebug/screenshots/compactWidth_expandedHeight_showsNavigationBar.png

File renamed without changes.

app/src/testDemo/screenshots/compactWidth_mediumHeight_showsNavigationBar.png renamed to app/src/testDemoDebug/screenshots/compactWidth_mediumHeight_showsNavigationBar.png

File renamed without changes.

app/src/testDemo/screenshots/expandedWidth_compactHeight_showsNavigationRail.png renamed to app/src/testDemoDebug/screenshots/expandedWidth_compactHeight_showsNavigationRail.png

File renamed without changes.

app/src/testDemo/screenshots/expandedWidth_expandedHeight_showsNavigationRail.png renamed to app/src/testDemoDebug/screenshots/expandedWidth_expandedHeight_showsNavigationRail.png

File renamed without changes.

app/src/testDemo/screenshots/expandedWidth_mediumHeight_showsNavigationRail.png renamed to app/src/testDemoDebug/screenshots/expandedWidth_mediumHeight_showsNavigationRail.png

File renamed without changes.

app/src/testDemo/screenshots/mediumWidth_compactHeight_showsNavigationRail.png renamed to app/src/testDemoDebug/screenshots/mediumWidth_compactHeight_showsNavigationRail.png

File renamed without changes.

app/src/testDemo/screenshots/mediumWidth_expandedHeight_showsNavigationRail.png renamed to app/src/testDemoDebug/screenshots/mediumWidth_expandedHeight_showsNavigationRail.png

File renamed without changes.

app/src/testDemo/screenshots/mediumWidth_mediumHeight_showsNavigationRail.png renamed to app/src/testDemoDebug/screenshots/mediumWidth_mediumHeight_showsNavigationRail.png

File renamed without changes.

0 commit comments

Comments
 (0)