change(ui): fix video upload

This commit is contained in:
nick-delirium 2023-01-23 13:45:20 +01:00
parent dd02f61d75
commit 60ebf45a71
2 changed files with 3 additions and 3 deletions

View file

@ -79,5 +79,5 @@ jobs:
name: 'Snapshots'
path: |
frontend/cypress/snapshots
frontend/cypress/video
frontend/cypress/videos
frontend/cypress/screenshots

View file

@ -16,13 +16,13 @@ describe('Replayer visual match test', {
cy.get('.justify-center > .h-10').click()
cy.wait('@getAccount')
cy.visit('3/session/7585361734083637?jumpto=5000&freeze=true')
cy.wait(3000)
cy.wait(4000)
cy.matchImageSnapshot('1st-breakpoint');
cy.visit('3/session/7585361734083637?jumpto=20000&freeze=true')
// adjusting because we have more messages to load
cy.wait(4000)
cy.wait(4500)
cy.matchImageSnapshot('2nd-breakpoint');