Skip to content

Commit

Permalink
test: test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Psami-wondah committed Dec 10, 2024
1 parent 4b3991f commit 10350ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/4-reports.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ describe("Edit, duplicate and delete story", () => {

cy.get('[data-cy="story-grid-item-edit-btn"]').click();

cy.wait("@fetchstory");
cy.wait("@fetchStory");

cy.get('[data-cy="story-sub-header-title-input"]').type(" - Edited");

Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/7-general.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ describe("General tests", () => {
"/story/664f406b82350800ca942b92"
);
cy.wait("@fetchStory");
cy.get("input").should("have.value", "Impact Story on Climate Migration");
cy.get("input").should("have.value", "Impact Report on Climate Migration");
});
});

0 comments on commit 10350ba

Please sign in to comment.