Skip to content

Commit b0da468

Browse files
committed
Test fix
1 parent 019a84f commit b0da468

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -229,11 +229,8 @@ private void importReadsetMetadata()
229229
waitForElement(Locator.tagContainingText("a", "SRA2"));
230230

231231
dr.checkAllOnPage();
232-
doAndWaitForPageToLoad(() ->
233-
{
234-
dr.clickHeaderButton("Delete");
235-
assertAlert("Are you sure you want to delete the selected rows?");
236-
});
232+
dr.clickHeaderButtonAndWait("Delete");
233+
clickButton("OK");
237234

238235
_readsetCt -= 3;
239236
}

0 commit comments

Comments
 (0)