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.
1 parent 08b2998 commit 0bbbaeaCopy full SHA for 0bbbaea
cypress/e2e/500_control.cy.js
@@ -35,6 +35,7 @@ describe('load control page, verify stream is there', () => {
35
cy.get('a.v-list-item[href*="control"]').click()
36
cy.get('#app').click()
37
cy.get('button.video').click()
38
+ cy.wait(1000)
39
40
})
41
0 commit comments