Skip to content

Commit

Permalink
adjusting the file item-statistics.cy.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea-Guevara committed Oct 23, 2024
1 parent 941cb99 commit 8633d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/item-statistics.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('Item Statistics Page', () => {

// Verify / wait until "Total Visits" table's label is non-empty
// (This table loads these labels asynchronously, so we want to wait for them before analyzing page)
cy.get('table[data-test="TotalVisits"] td[data-test="statistics-label"]').contains(REGEX_MATCH_NON_EMPTY_TEXT);
cy.get('table[data-test="TotalVisits"] th[data-test="statistics-label"]').contains(REGEX_MATCH_NON_EMPTY_TEXT);

// Analyze <ds-item-statistics-page> for accessibility issues
testA11y('ds-item-statistics-page');
Expand Down

0 comments on commit 8633d77

Please sign in to comment.