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