Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fb_event_handlers' into fb_event…
Browse files Browse the repository at this point in the history
…_handlers
  • Loading branch information
labkey-tchad committed Aug 17, 2023
2 parents 729ecbd + 1cc238c commit 8a20fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/labkey/test/tests/SampleTypeRemoteAPITest.java
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ public void updateMissingValueSampleData() throws IOException, CommandException
assertEquals("expect underlying value to be present when mv-flag has been cleared","ABCDEF", eCell.getText());
dIndex = materialsList.getRowIndex("Name", "D");
dCell = materialsList.findCell(dIndex, "MV Field");
assertEquals("expect cell to be mv-flagged", " labkey-mv-indicator", dCell.getAttribute("class"));
assertAttributeContains(dCell, "class", "labkey-mv-indicator");
assertEquals("expect mv-indicator value instead of underlying value", "Q", dCell.getText());

dgen.deleteDomain(createDefaultConnection());
Expand Down

0 comments on commit 8a20fa3

Please sign in to comment.