File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
panoramapublic/test/src/org/labkey/test/tests/panoramapublic Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments