Skip to content

Commit

Permalink
Update TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dagonite committed Feb 20, 2024
1 parent b358d2e commit 5f370ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/HomePage.cy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ describe('HomePage Component Tests', () => {
cy.contains('for large-scale science facilities').should('be.visible');
});

// TODO: currently a false test as the light / dark mode setting
// TODO: currently a false test as the light / dark mode setting is bugged
// Also realHover() doesn't appear to actually work
// it('changes button background color on hover', () => {
// cy.get('[data-testid="browse-button"]').first()
// .should("have.css", "background-color", "rgb(25, 118, 210)") // Asserts the default color
Expand Down

0 comments on commit 5f370ca

Please sign in to comment.