Skip to content

Commit

Permalink
test: removed go to dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Toto-hitori committed May 5, 2024
1 parent 2b4d962 commit c52c65f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion webapp/e2e/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
testMatch: ["**/playing_full_game_pos*.steps.js"],
testMatch: ["**/playing_full_game_pos*.steps.js","**/about.steps.js","**/login_positive.steps.js"],
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"],
testTimeout: 30000
}
5 changes: 0 additions & 5 deletions webapp/e2e/steps/playing_full_game_positive.steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ defineFeature(feature, test => {
test("A logged user wants to play an entire game (Kiwi Quest gamemode)", ({given,when,and,then}) => {

given('A logged user in the main menu', async () => {
await page
.goto("http://localhost:3000/dashboard", {
waitUntil: "networkidle0",
})
.catch(() => {});
await new Promise(resolve => setTimeout(resolve, 6000));

// Checking user is in main screen
Expand Down

0 comments on commit c52c65f

Please sign in to comment.