diff --git a/webapp/e2e/jest.config.js b/webapp/e2e/jest.config.js index b15fd886..a1e2040a 100644 --- a/webapp/e2e/jest.config.js +++ b/webapp/e2e/jest.config.js @@ -1,5 +1,5 @@ module.exports = { - testMatch: ["**/about*.steps.js","**/logout*.steps.js"], + testMatch: ["**/*.steps.js"], moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"], testTimeout: 30000 } \ No newline at end of file