Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fpigeonjr committed Oct 11, 2023
1 parent dd1da50 commit 89579d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/cypress/e2e/components.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe("table row", () => {
});
});

describe.only("agreement meta accordion", () => {
describe("agreement meta accordion", () => {
it("accordion should open when clicked", () => {
cy.visit("/agreements/approve/1");
cy.get(".usa-accordion__heading > .usa-accordion__button").first().as("acc-btn").should("exist");
Expand Down

0 comments on commit 89579d2

Please sign in to comment.