Skip to content

Commit 0bbbaea

Browse files
committed
fix flaky test
1 parent 08b2998 commit 0bbbaea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cypress/e2e/500_control.cy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ describe('load control page, verify stream is there', () => {
3535
cy.get('a.v-list-item[href*="control"]').click()
3636
cy.get('#app').click()
3737
cy.get('button.video').click()
38+
cy.wait(1000)
3839
cy.get('button.video').click()
3940
})
4041

0 commit comments

Comments
 (0)