change(ui): fix video upload
This commit is contained in:
parent
dd02f61d75
commit
60ebf45a71
2 changed files with 3 additions and 3 deletions
2
.github/workflows/ui-tests.js.yml
vendored
2
.github/workflows/ui-tests.js.yml
vendored
|
|
@ -79,5 +79,5 @@ jobs:
|
|||
name: 'Snapshots'
|
||||
path: |
|
||||
frontend/cypress/snapshots
|
||||
frontend/cypress/video
|
||||
frontend/cypress/videos
|
||||
frontend/cypress/screenshots
|
||||
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue