Skip to content

Commit 924b191

Browse files
committed
Merge remote-tracking branch 'yschimke/latest_roborazzi' into latest_roborazzi
2 parents 3ae22e8 + 8f0856f commit 924b191

File tree

139 files changed

+13
-13
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+13
-13
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ import javax.inject.Inject
6161
@GraphicsMode(GraphicsMode.Mode.NATIVE)
6262
// Configure Robolectric to use a very large screen size that can fit all of the test sizes.
6363
// This allows enough room to render the content under test without clipping or scaling.
64-
@Config(application = HiltTestApplication::class, qualifiers = "w1000dp-h1000dp-480dpi")
64+
@Config(application = HiltTestApplication::class, qualifiers = "w1000dp-h1000dp-480dpi", sdk = [21])
6565
@LooperMode(LooperMode.Mode.PAUSED)
6666
@HiltAndroidTest
6767
class NiaAppScreenSizesScreenshotTests {

app/src/testDemo/kotlin/com/google/samples/apps/nowinandroid/ui/SnackbarInsetsScreenshotTests.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ import javax.inject.Inject
9494
@GraphicsMode(GraphicsMode.Mode.NATIVE)
9595
// Configure Robolectric to use a very large screen size that can fit all of the test sizes.
9696
// This allows enough room to render the content under test without clipping or scaling.
97-
@Config(application = HiltTestApplication::class, qualifiers = "w1000dp-h1000dp-480dpi")
97+
@Config(application = HiltTestApplication::class, qualifiers = "w1000dp-h1000dp-480dpi", sdk = [21])
9898
@LooperMode(LooperMode.Mode.PAUSED)
9999
@HiltAndroidTest
100100
class SnackbarInsetsScreenshotTests {

app/src/testDemo/kotlin/com/google/samples/apps/nowinandroid/ui/SnackbarScreenshotTests.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ import javax.inject.Inject
6767
@GraphicsMode(GraphicsMode.Mode.NATIVE)
6868
// Configure Robolectric to use a very large screen size that can fit all of the test sizes.
6969
// This allows enough room to render the content under test without clipping or scaling.
70-
@Config(application = HiltTestApplication::class, qualifiers = "w1000dp-h1000dp-480dpi")
70+
@Config(application = HiltTestApplication::class, qualifiers = "w1000dp-h1000dp-480dpi", sdk = [21])
7171
@LooperMode(LooperMode.Mode.PAUSED)
7272
@HiltAndroidTest
7373
class SnackbarScreenshotTests {
2.33 KB
4.76 KB
2.46 KB
2.04 KB
6.54 KB
2.12 KB
1.39 KB

0 commit comments

Comments
 (0)