Skip to content

Commit

Permalink
remove unused method from CalendarPage
Browse files Browse the repository at this point in the history
  • Loading branch information
BartChris committed May 6, 2024
1 parent 603946b commit 192ef04
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,6 @@ public void closePage() {
getById(BUTTON_CANCEL).click();
}

public int countIssues() {
await("Wait for calendar issues to be displayed")
.untilAsserted(() -> assertTrue(getById(CALENDAR).isDisplayed()));
return getById(CALENDAR).findElements(By.cssSelector(CALENDAR_ISSUES)).size();
}

private void addMetadata(String type, String value, String addButton) {
await("Wait for calendar entry being displayed")
.pollDelay(400, TimeUnit.MILLISECONDS)
Expand Down

0 comments on commit 192ef04

Please sign in to comment.