Skip to content

Commit

Permalink
removed flex from cy
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadow4324 committed Sep 16, 2024
1 parent 6cc76c7 commit 692fecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/component/user/Hackpack.cy.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe("HackPacks", () => {
cy.get('[data-cy="hackpack-link"]')
.should(
"have.class",
"flex items-center justify-between opacity-100 hover:opacity-70",
"items-center justify-between opacity-100 hover:opacity-70",
)
.should("have.attr", "href", link)
.should("have.attr", "target", "_black");
Expand Down

0 comments on commit 692fecb

Please sign in to comment.