Skip to content

Commit ce23818

Browse files
Update ms2/test/src/org/labkey/test/tests/ms2/MS2Test.java
Co-authored-by: Trey Chadick <[email protected]>
1 parent 5c7a35f commit ce23818

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ms2/test/src/org/labkey/test/tests/ms2/MS2Test.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,9 @@ private void validateContainerFilter()
12481248
_customizeViewsHelper.openCustomizeViewPanel();
12491249
_customizeViewsHelper.addColumn(new String[]{"Fraction", "Run", "ExperimentRunLSID", "RunGroups"});
12501250
_customizeViewsHelper.applyCustomView();
1251+
assertNotEquals("All rows should have a value for the run group", 0, dataTable.getDataRowCount());
12511252
dataTable.setFilter("Fraction/Run/ExperimentRunLSID/RunGroups", "Is Blank");
12521253
assertEquals("All rows should have a value for the run group", 0, dataTable.getDataRowCount());
1254+
12531255
}
12541256
}

0 commit comments

Comments
 (0)