mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-26 20:55:10 +00:00
Display dialog to confirm hiding story in story viewer.
This commit is contained in:
committed by
Cody Henthorne
parent
115d1fcf63
commit
8141b53c15
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user