Skip to content

Commit a677fd9

Browse files
authored
Merge branch 'master' into fix/comment-box-styling-4432
2 parents 5d1602a + 11e80aa commit a677fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cypress/src/integration/research/read.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ describe('[Research]', () => {
8181
cy.get('[data-cy=ContentStatistics-views]').contains(/\d/);
8282
cy.get('[data-cy=ContentStatistics-following]').contains(/\d/);
8383
cy.get('[data-cy=ContentStatistics-useful]').contains(/\d/);
84-
cy.get('[data-cy=ContentStatistics-comment]').contains(/\d/);
84+
cy.get('[data-cy=ContentStatistics-comments]').contains(/\d/);
8585
cy.get('[data-cy=ContentStatistics-updates]').contains(/\d/);
8686

8787
cy.step('[Populates title, SEO and social tags]');

0 commit comments

Comments
 (0)