Skip to content

Commit

Permalink
Merge pull request #840 from DFE-Digital/test/rom
Browse files Browse the repository at this point in the history
Readiness to Open meeting test fix
  • Loading branch information
RichikaD authored Sep 23, 2024
2 parents 686b432 + 84ec6ce commit de503a7
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,11 @@ class TaskListPage {
return this;
}

public selectReadinessToOpenMeetingFromTaskList(): this {
cy.getByTestId("readinessToOpenMeeting-task").click()
return this;
}

public selectMovingToOpenFromTaskList(): this {
cy.getByTestId("movingToOpen-task").click()
return this;
Expand Down

0 comments on commit de503a7

Please sign in to comment.