Skip to content

Commit 35569d2

Browse files
committed
Attempt to fix test
1 parent e1aec15 commit 35569d2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

panoramapublic/test/src/org/labkey/test/tests/panoramapublic/PrivateDataReminderTest.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -377,9 +377,8 @@ private void goToSendRemindersPage(String projectName)
377377
clickAndWait(Locator.linkWithText("Panorama Public"));
378378
clickAndWait(Locator.linkWithText("Private Data Reminder Settings"));
379379
selectOptionByText(Locator.name("journal"), projectName);
380-
click(Locator.linkWithText("Send Reminders Now"));
381-
waitForText("Send Reminders");
382-
assertTextPresent(projectName, "A reminder message will be sent to the submitters of the selected experiments");
380+
clickAndWait(Locator.linkWithText("Send Reminders Now"));
381+
waitForText(projectName, "A reminder message will be sent to the submitters of the selected experiments");
383382
}
384383

385384
private static class DataFolderInfo

0 commit comments

Comments
 (0)