Skip to content

Commit 87f666d

Browse files
committed
fix flacky test
1 parent ae889f0 commit 87f666d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cypress/e2e/500_control.cy.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe('load control page, verify stream is there', () => {
2727
cy.get('#app').click()
2828
cy.get('button.photo').click()
2929
})
30-
/*
30+
3131
it('record a video', () => {
3232
cy.visit('http://localhost:8080')
3333
cy.get('.v-carousel').should('exist')
@@ -37,8 +37,9 @@ describe('load control page, verify stream is there', () => {
3737
cy.get('button.video').click()
3838
cy.wait(1000)
3939
cy.get('button.video').click()
40+
cy.wait(5000)
4041
})
41-
*/
42+
4243
it('say a phrase', () => {
4344
cy.visit('http://localhost:8080')
4445
cy.get('.v-carousel').should('exist')

0 commit comments

Comments
 (0)