Skip to content

Commit 2d71aba

Browse files
committed
Reference issue 1266 (not 7144) in Time of Day lovcombo test assertion
1 parent 20402de commit 2d71aba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WNPRC_EHR/test/src/org/labkey/test/tests/wnprc_ehr/WNPRC_EHRTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4881,7 +4881,7 @@ public void testTreatmentTimeOfDayMultiSelect()
48814881

48824882
String selectedTimes = getLovComboValue("Time of Day:");
48834883
Assertions.assertThat(selectedTimes)
4884-
.as("Time of Day lovcombo dropped its selections (Issue 7144)")
4884+
.as("Time of Day lovcombo dropped its selections (Issue 1266)")
48854885
.contains("AM").contains("Noon");
48864886

48874887
log("Submit; the selected times must pass validation and reach the schedule query");

0 commit comments

Comments
 (0)