Skip to content

Commit

Permalink
chore: fix cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kswenson committed Dec 24, 2024
1 parent 265bd76 commit 26b11dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/cypress/support/elements/table-tile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const TableTileElements = {
[data-testid=codap-index-content-button]`)
},
openIndexMenuForRow(rowNum: number, collectionIndex = 1) {
this.getIndexCellInRow(rowNum, collectionIndex).click("top")
this.getIndexCellInRow(rowNum, collectionIndex).click()
},
getIndexMenu() {
return cy.get("[data-testid=index-menu-list]")
Expand Down

0 comments on commit 26b11dd

Please sign in to comment.