Display dialog to confirm hiding story in story viewer.

This commit is contained in:
Alex Hart
2022-09-16 13:29:39 -03:00
committed by Cody Henthorne
parent 115d1fcf63
commit 8141b53c15
10 changed files with 80 additions and 32 deletions

View File

@@ -63,6 +63,7 @@ class StoryViewerViewModelTest {
),
repository
)
testSubject.refresh()
testScheduler.triggerActions()
// THEN
@@ -107,6 +108,7 @@ class StoryViewerViewModelTest {
),
repository
)
testSubject.refresh()
testScheduler.triggerActions()
// WHEN
@@ -133,6 +135,7 @@ class StoryViewerViewModelTest {
),
repository
)
testSubject.refresh()
testScheduler.triggerActions()
// WHEN
@@ -159,6 +162,7 @@ class StoryViewerViewModelTest {
),
repository
)
testSubject.refresh()
testScheduler.triggerActions()
// WHEN
@@ -185,6 +189,7 @@ class StoryViewerViewModelTest {
),
repository
)
testSubject.refresh()
testScheduler.triggerActions()
// WHEN