Skip to content

Commit 2d54877

Browse files
Avoid assertion during AssayTransformImportUpdateTest (#2510)
1 parent 36cdfd7 commit 2d54877

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/labkey/test/tests/assay/AssayTransformImportUpdateTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ public void testCancelAsyncAssayTransformJob() throws Exception
286286
Instant before = Instant.now();
287287
importPage.clickSaveAndFinish();
288288

289-
waitAndClickAndWait(Locator.linkWithText("Assay upload RUNNING"));
289+
waitAndClick(WAIT_FOR_JAVASCRIPT, Locator.linkWithText("Assay upload RUNNING"), WAIT_FOR_JAVASCRIPT);
290290
PipelineStatusDetailsPage pipelineStatusDetailsPage = new PipelineStatusDetailsPage(getDriver());
291291
pipelineStatusDetailsPage.clickCancel();
292292

0 commit comments

Comments
 (0)