Skip to content

Commit

Permalink
fix lint test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nstclair-cc committed Oct 21, 2024
1 parent d87f04b commit 5e2344e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions v3/cypress/e2e/smoke/single-codap-smoke.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ context("codap single smoke test", () => {
cy.log("verify selecting cases in the table")
table.getGridCell(2, 2).should("contain", "African Elephant").click()
table.getGridCell(2, 2).should('have.attr', 'aria-selected', 'true')
// TODO: Add more thorough checks to make sure graph points and table rows actually change color when selected,
// once Cypress is configured to interact with the PixiJS canvas. For now, we just check that the buttons in table
// are enabled upon selection.
// TODO: Add more thorough checks to make sure graph points and table rows actually
// change color when selected, once Cypress is configured to interact with the PixiJS canvas.
// For now, we just check that the buttons in table are enabled upon selection.

cy.log("test graph axis functionalities in Mammals sample doc")
// it is possible to create a graph
Expand Down

0 comments on commit 5e2344e

Please sign in to comment.