We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 019a84f commit b0da468Copy full SHA for b0da468
SequenceAnalysis/test/src/org/labkey/test/tests/external/labModules/SequenceTest.java
@@ -229,11 +229,8 @@ private void importReadsetMetadata()
229
waitForElement(Locator.tagContainingText("a", "SRA2"));
230
231
dr.checkAllOnPage();
232
- doAndWaitForPageToLoad(() ->
233
- {
234
- dr.clickHeaderButton("Delete");
235
- assertAlert("Are you sure you want to delete the selected rows?");
236
- });
+ dr.clickHeaderButtonAndWait("Delete");
+ clickButton("OK");
237
238
_readsetCt -= 3;
239
}
0 commit comments