Skip to content

Commit

Permalink
Comment at broken code
Browse files Browse the repository at this point in the history
  • Loading branch information
Dagonite committed Feb 15, 2024
1 parent b9c7cf2 commit 7e5af3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HomePage.cy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ describe('HomePage Component Tests', () => {
// .should("have.css", "background-color", "rgb(25, 118, 210)") // Asserts the default color
// .realHover() // Simulates a real hover event over the button
// .should('have.css', 'background-color', "rgb(21, 101, 192)"); // Asserts the hover color
});
// });
});

0 comments on commit 7e5af3f

Please sign in to comment.