Skip to content

Commit

Permalink
Fix table test
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoldowsky committed Sep 13, 2024
1 parent 9c22dc6 commit 858954b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/elements/tile/TableToolTile.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class TableToolTile{
this.getTableCell().eq(cell).type(num+'{enter}');
}
getTableIndexColumnCell(){
return cy.get('.canvas .rdg-cell.index-column');
return this.getTableTile().find('.rdg-cell.index-column');
}
// Fill in a table tile with the given data (a list of lists)
// Table tile should in the default state (2 columns, no rows)
Expand Down

0 comments on commit 858954b

Please sign in to comment.