Skip to content

Commit 3c33648

Browse files
adapt children count for streamfeed-article-0
1 parent 8a5dd10 commit 3c33648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/streamfeed.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ describe('twitch-app contains valid streamfeed', () => {
5454

5555
cy.get('[data-testid="streamfeed-article-0"]')
5656
.children()
57-
.should('have.length', 3)
57+
.should('have.length', 2)
5858

5959
cy.get('[data-testid="streamfeed-profilepicture-0').should(
6060
'have.length',

0 commit comments

Comments
 (0)