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: app/src/test/java/org/simple/clinic/summary/PatientSummaryUpdateTest.kt
+38-8Lines changed: 38 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,7 @@ class PatientSummaryUpdateTest {
87
87
isPatientReassignmentFeatureEnabled =true,
88
88
isPatientStatinNudgeV1Enabled =true,
89
89
isNonLabBasedStatinNudgeEnabled =true,
90
+
isLabBasedStatinNudgeEnabled =true,
90
91
))
91
92
92
93
@Test
@@ -112,6 +113,7 @@ class PatientSummaryUpdateTest {
112
113
isPatientReassignmentFeatureEnabled =true,
113
114
isPatientStatinNudgeV1Enabled =false,
114
115
isNonLabBasedStatinNudgeEnabled =false,
116
+
isLabBasedStatinNudgeEnabled =false,
115
117
))
116
118
117
119
updateSpec
@@ -129,6 +131,7 @@ class PatientSummaryUpdateTest {
129
131
isPatientReassignmentFeatureEnabled =true,
130
132
isPatientStatinNudgeV1Enabled =true,
131
133
isNonLabBasedStatinNudgeEnabled =false,
134
+
isLabBasedStatinNudgeEnabled =false,
132
135
))
133
136
134
137
updateSpec
@@ -141,11 +144,30 @@ class PatientSummaryUpdateTest {
141
144
}
142
145
143
146
@Test
144
-
fun`when the patient summary profile is loaded and statin nudge v2 feature flag is enabled, then update the UI and load statin check info`() {
147
+
fun`when the patient summary profile is loaded and non lab based statin nudge feature flag is enabled, then update the UI and load statin check info`() {
0 commit comments