Skip to content

Commit 47f4148

Browse files
committed
Attempt to improve test timing
1 parent 72726ec commit 47f4148

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mcc/test/src/org/labkey/test/tests/mcc/MccTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ private Locator getButton(String text)
295295
private void goToAnimalRequests()
296296
{
297297
goToProjectHome();
298+
waitForElement(Locator.tagWithText("div", "Age (Living Animals)")); //proxy for data loading
298299
waitAndClickAndWait(Locator.tagContainingText("div", "Animal Requests"));
299300

300301
waitForElement(Locator.tagWithText("a", "Submit New Animal Request"));

0 commit comments

Comments
 (0)