diff --git a/cypress/support/commands.ts b/cypress/support/commands.ts index 10d835f99..1f4f0f63b 100644 --- a/cypress/support/commands.ts +++ b/cypress/support/commands.ts @@ -26,7 +26,9 @@ import { basename } from 'path' import axios from '@nextcloud/axios' addCommands() -addCompareSnapshotCommand() +addCompareSnapshotCommand({ + errorThreshold: 0.01, +}) const url = Cypress.config('baseUrl').replace(/\/index.php\/?$/g, '') Cypress.env('baseUrl', url)