Skip to content

Commit

Permalink
Updated verifyRegionAndLAMarkedAsComplete() function to work with 'ap…
Browse files Browse the repository at this point in the history
…p-task-list__item' index/subscript 4 from index/subscript 3 in taskListPage.ts page object
  • Loading branch information
dangood84 committed Nov 20, 2023
1 parent 8ad4005 commit 3602aad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class TaskListPage {
}

public verifyRegionAndLAMarkedAsComplete(): this {
cy.getByClass("app-task-list__item").eq(3).contains("Completed");
cy.getByClass("app-task-list__item").eq(4).contains("Completed");
return this;
}

Expand Down

0 comments on commit 3602aad

Please sign in to comment.