Skip to content

Commit

Permalink
test: fix e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: John DeAngelis <[email protected]>
  • Loading branch information
johndeange committed Jan 22, 2025
1 parent d8a2dec commit efc46d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/cypress/e2e/canDetail.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ describe("CAN detail page", () => {
cy.get("h1").should("contain", "G99PHS9"); // heading
cy.get("p").should("contain", can502Nickname); // sub-heading
cy.get("span").should("contain", "Sheila Celentano"); // team member
cy.get("span").should("contain", "Director Derrek"); // division director
cy.get("span").should("contain", "Dave Director"); // division director
cy.get("span").should("contain", "Data Governance"); // portfolio
cy.get("span").should("contain", "Division of Data and Improvement"); // division
cy.get("span").should("contain", "Division of Data Governance"); // division
});
it("CAN Edit form", () => {
cy.visit("/cans/502/");
Expand Down

0 comments on commit efc46d6

Please sign in to comment.