Skip to content

Commit

Permalink
Fix uitest
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Apr 14, 2024
1 parent 4b30c04 commit 4e28be9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ public void closeViaCloseButton()
public void gotoPreviousMonth()
{
robot.clickOn("#prev-month-button");
TestUtil.sleepShort();
TestUtil.sleepLong();
}

public void gotoNextMonth()
{
robot.clickOn("#next-month-button");
TestUtil.sleepShort();
TestUtil.sleepLong();
}

public void closeViaEscKey()
Expand Down

0 comments on commit 4e28be9

Please sign in to comment.