Skip to content

Commit

Permalink
Update CAVDStudyTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-martyp committed Sep 7, 2023
1 parent 633166d commit 974b4dd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@ private void doVerifyStudyDesign()
addGroup("Vaccine2", true, "3", 3);
addTimepoint("CAVDImmTimepoint", "0", TimeUnit.Days);
finishRevision();
waitForText("Immunization Schedule", 4, defaultWaitForPage); // WebPart title and schedule table header
waitForText("Immunization Schedule", 3, defaultWaitForPage); // WebPart title and schedule table header
assertElementPresent(Locator.tagWithId("a", "ImmunizationSchedule")); // Verify anchor tag on WebPart title
assertTextPresent(_expectedImmunizationText);
assertElementNotPresent(Locator.tagWithText("div", "30")); // From deleted rows

Expand Down

0 comments on commit 974b4dd

Please sign in to comment.