We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d1602a + 11e80aa commit a677fd9Copy full SHA for a677fd9
packages/cypress/src/integration/research/read.spec.ts
@@ -81,7 +81,7 @@ describe('[Research]', () => {
81
cy.get('[data-cy=ContentStatistics-views]').contains(/\d/);
82
cy.get('[data-cy=ContentStatistics-following]').contains(/\d/);
83
cy.get('[data-cy=ContentStatistics-useful]').contains(/\d/);
84
- cy.get('[data-cy=ContentStatistics-comment]').contains(/\d/);
+ cy.get('[data-cy=ContentStatistics-comments]').contains(/\d/);
85
cy.get('[data-cy=ContentStatistics-updates]').contains(/\d/);
86
87
cy.step('[Populates title, SEO and social tags]');
0 commit comments