We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87b8ea8 commit 52f75b0Copy full SHA for 52f75b0
1 file changed
app/src/testDebug/kotlin/org/cru/godtools/ui/dashboard/DashboardLayoutPaparazziTest.kt
@@ -316,6 +316,15 @@ class DashboardLayoutPaparazziTest(
316
317
@Test
318
fun `LessonsLayout() - Personalization - Localization Settings Box`() {
319
+ assumeTrue(locale == null)
320
+ lessonsState = lessonsState.copy(
321
+ mode = LessonsPresenter.UiState.Mode.PERSONALIZATION,
322
+ )
323
+ snapshotDashboardLayout(state.copy(initialPage = LessonsScreen))
324
+ }
325
+
326
+ @Test
327
+ fun `LessonsLayout() - Personalization - No Personalized Lessons`() {
328
assumeTrue(locale == null)
329
lessonsState = lessonsState.copy(
330
mode = LessonsPresenter.UiState.Mode.PERSONALIZATION,
0 commit comments