Skip to content

Commit

Permalink
feat: update component package version (#478)
Browse files Browse the repository at this point in the history
* feat: update component package version

* test: enable tests
  • Loading branch information
pghorpade authored Sep 10, 2022
1 parent 0848c2e commit c99c5a5
Show file tree
Hide file tree
Showing 3 changed files with 1,209 additions and 843 deletions.
4 changes: 2 additions & 2 deletions cypress/integration/GeneralContent.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ describe("General Content page", () => {
})

it("Visits a Nested General Content Page", () => {
/*cy.visit("/accessibility/emergency")
cy.visit("/accessibility/emergency")
cy.get(".logo-ucla").should("be.visible")
cy.get("h1.title").should("contain", "Emergency")
cy.percySnapshot({ widths: [768, 992, 1200] })*/
cy.percySnapshot({ widths: [768, 992, 1200] })
})
})
Loading

2 comments on commit c99c5a5

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.