Skip to content

Commit

Permalink
Merge pull request #4942 from PenghaiZhang/test/fix-CALBookActivation…
Browse files Browse the repository at this point in the history
…Test

test: remove the redundant staleness waiting in CALBookActivationTest
  • Loading branch information
PenghaiZhang authored Oct 30, 2023
2 parents af39291 + 8dcffea commit 4f88400
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void testDateValidation() {

com.tle.webtests.pageobject.generic.component.Calendar untilDate = activatePage.getUntilDate();
untilDate.dateEquals(cal);
summary = activatePage.cancel(summary.updateWaiter());
summary = activatePage.cancel(summary);
activatePage = summary.activate(1, ATTACH1_FILENAME);
activatePage.setCourse("A Simple Course");
activatePage.setDatesHidden(getInvalidRange());
Expand Down

0 comments on commit 4f88400

Please sign in to comment.