Skip to content

Commit

Permalink
test: remove the redundant staleness waiting in test case testDateVal…
Browse files Browse the repository at this point in the history
…idation
  • Loading branch information
PenghaiZhang committed Oct 24, 2023
1 parent af39291 commit 8dcffea
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 8dcffea

Please sign in to comment.