Skip to content

Commit

Permalink
Merge pull request #252 from DFE-Digital/FixTasklistRegionAndLASkipCr…
Browse files Browse the repository at this point in the history
…eateSingleProject

Fix tasklist region and la skip create single project
  • Loading branch information
sukhybhullar-nimble authored Nov 20, 2023
2 parents a1acbf5 + 3602aad commit 5e2f16e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ describe("Creating an individual project - Create new project button should disp
});
});

describe("Creating an individual project - Test Create new individual project journey for projectRecordCreator role", () => {
describe.skip("Creating an individual project - Test Create new individual project journey for projectRecordCreator role", () => {
beforeEach(() => {

cy.login({ role: ProjectRecordCreator });
Expand Down
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 5e2f16e

Please sign in to comment.