Skip to content

Commit 6f9ac18

Browse files
committed
Use GH Issue prefix so the Time of Day test message links to GitHub 1266
1 parent 2d71aba commit 6f9ac18

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 1266)")
4884+
.as("Time of Day lovcombo dropped its selections (GH 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)