Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Increase visual regression for video to 0.02%
Signed-off-by: John Molakvoæ <[email protected]>
  • Loading branch information
skjnldsv authored and backportbot-nextcloud[bot] committed Nov 8, 2022
commit 29d2be3556faeec1583edd459a8625bf054a974e
2 changes: 1 addition & 1 deletion cypress/e2e/visual-regression.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ describe('Visual regression tests ', function() {
})
// wait a bit for things to be settled
cy.wait(250)
cy.compareSnapshot('video')
cy.compareSnapshot('video', 0.02)
})

it('Show second file on next', function() {
Expand Down