Skip to content

Commit

Permalink
Add > tr > to e2e batchSampleFeature cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminCharmes authored and jdbocarsly committed Nov 13, 2024
1 parent be0af4a commit 24bb0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/cypress/e2e/batchSampleFeature.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function getBatchAddCell(row, column, additionalSelectors = "") {

function getBatchTemplateCell(column, additionalSelectors = "") {
return cy.get(
`[data-testid=batch-add-table-template] > tbody > td:nth-of-type(${column}) ${additionalSelectors}`,
`[data-testid=batch-add-table-template] > tbody > tr > td:nth-of-type(${column}) ${additionalSelectors}`,
);
}

Expand Down

0 comments on commit 24bb0f9

Please sign in to comment.