Skip to content

Commit

Permalink
Merge pull request #709 from dvsa/syncHoliday
Browse files Browse the repository at this point in the history
chore: sync method
  • Loading branch information
sr4850 authored Sep 3, 2024
2 parents 0001e39 + 096d90a commit ee25084
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class PublicHolidays extends BasePage {
public PublicHolidays(World world) {this.world = world;}

@When("I am on the public holidays page")
public void iAmOnThePublicHolidaysPage() throws HttpException {
public synchronized void iAmOnThePublicHolidaysPage() throws HttpException {
world.internalNavigation.logInAsAdmin();
world.internalNavigation.adminNavigation(AdminOption.PUBLIC_HOLIDAYS);
}
Expand Down

0 comments on commit ee25084

Please sign in to comment.