We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72726ec commit 47f4148Copy full SHA for 47f4148
mcc/test/src/org/labkey/test/tests/mcc/MccTest.java
@@ -295,6 +295,7 @@ private Locator getButton(String text)
295
private void goToAnimalRequests()
296
{
297
goToProjectHome();
298
+ waitForElement(Locator.tagWithText("div", "Age (Living Animals)")); //proxy for data loading
299
waitAndClickAndWait(Locator.tagContainingText("div", "Animal Requests"));
300
301
waitForElement(Locator.tagWithText("a", "Submit New Animal Request"));
0 commit comments