Skip to content

Commit

Permalink
feat: sync method
Browse files Browse the repository at this point in the history
  • Loading branch information
sr4850 committed Sep 3, 2024
1 parent 0001e39 commit 096d90a
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 096d90a

Please sign in to comment.