Skip to content

Commit d76984c

Browse files
committed
Test fix
1 parent 8250e7e commit d76984c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SequenceAnalysis/test/src/org/labkey/test/tests/external/labModules/SequenceTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,10 @@ private void importReadsetMetadata()
214214
assertTextPresent("Success!");
215215
waitAndClickAndWait(Ext4Helper.Locators.ext4Button("OK"));
216216

217+
// This is scoped to this workbook:
217218
log("verifying readset count correct");
218219
waitForText("Sequence Readsets");
219-
waitForElement(LabModuleHelper.getNavPanelItem("Sequence Readsets:", _readsetCt.toString()));
220+
waitForElement(LabModuleHelper.getNavPanelItem("Sequence Readsets:", "3"));
220221
}
221222

222223
/**

0 commit comments

Comments
 (0)