diff --git a/package.json b/package.json index f155135d..69f466b6 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "test:coverage": "vitest test/unit test/integration test/contract --coverage", "test:integration": "NODE_ENV=test playwright test --config ./test/integration/playwright.config.js", "test:acceptance": "NODE_ENV=development playwright test --config ./test/acceptance/playwright.config.js", - "test:acceptance:ci": "NODE_ENV=ci playwright test --config ./test/acceptance/playwright.config.js --grep @datafille", + "test:acceptance:ci": "NODE_ENV=ci playwright test --config ./test/acceptance/playwright.config.js --grep @datafile", "playwright-codegen": "playwright codegen http://localhost:5000", "lint": "standard", "lint:fix": "standard --fix"