Skip to content

Commit 146dc1f

Browse files
update tests with correct language
1 parent 97f6aac commit 146dc1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cypress/e2e/streamfeed.cy.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ describe('twitch-app contains valid streamfeed', () => {
3030
.eq(1)
3131
.contains('Top Livestream')
3232

33-
// cy.get('[data-testid="streamfeed-heading-2"]')
34-
// .children()
35-
// .eq(0)
36-
// .contains('English Livestreams')
33+
cy.get('[data-testid="streamfeed-heading-2"]')
34+
.children()
35+
.eq(0)
36+
.contains('English Livestreams')
3737

3838
cy.get('[data-testid="streamfeed-heading-2"]')
3939
.children()

0 commit comments

Comments
 (0)