diff --git a/cypress/support/commands.ts b/cypress/support/commands.ts index 25027f89d..8259f60a8 100644 --- a/cypress/support/commands.ts +++ b/cypress/support/commands.ts @@ -26,7 +26,9 @@ import axios from '@nextcloud/axios' import { addCompareSnapshotCommand } from 'cypress-visual-regression/dist/command' addCommands() -addCompareSnapshotCommand() +addCompareSnapshotCommand({ + errorThreshold: 0.01, +}) const url = Cypress.config('baseUrl').replace(/\/index.php\/?$/g, '') Cypress.env('baseUrl', url)