You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: feature/notification/api/src/androidUnitTest/kotlin/net/thunderbird/feature/notification/api/ui/InAppNotificationScaffoldTest.kt
Copy file name to clipboardExpand all lines: feature/notification/api/src/androidUnitTest/kotlin/net/thunderbird/feature/notification/api/ui/util/PrintSemanticTree.kt
Copy file name to clipboardExpand all lines: feature/notification/api/src/commonMain/kotlin/net/thunderbird/feature/notification/api/ui/host/InAppNotificationHostStateHolder.kt
Copy file name to clipboardExpand all lines: feature/notification/api/src/commonMain/kotlin/net/thunderbird/feature/notification/api/ui/host/visual/InAppNotificationVisual.kt
Copy file name to clipboardExpand all lines: feature/notification/api/src/commonTest/kotlin/net/thunderbird/feature/notification/api/ui/host/InAppNotificationHostStateHolderTest.kt
fun`showInAppNotification throws IllegalStateException when InAppNotification has BannerGlobalNotification style but has multiple actions`() =
135
172
runTest {
@@ -769,6 +806,40 @@ class InAppNotificationHostStateHolderTest {
769
806
}
770
807
}
771
808
809
+
@Test
810
+
fun`dismiss should not remove bannerGlobal notification given multiple banner global present and lower priority notification is dimissed`() = runTest {
811
+
// Arrange
812
+
val lowerPriorityNotificationText ="lower priority notification"
813
+
val lowerPriorityNotification =FakeInAppOnlyNotification(
0 commit comments