Skip to content

Commit

Permalink
fix: flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
willydouhard committed Jul 3, 2024
1 parent c1c7824 commit 7dbdbc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress/e2e/video_element/spec.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ describe('video', () => {
cy.get('.inline-video iframe')
.eq(1)
.should('be.visible')
.should('have.attr', 'title', 'Custom Title for Chainlit testing')
.invoke('attr', 'src')
.should('contain', '362164795')
.should('contain', 'autoplay=1')
Expand Down

0 comments on commit 7dbdbc5

Please sign in to comment.