Skip to content

Commit

Permalink
Fix halt
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo-ArgF committed May 2, 2023
1 parent 2a040d2 commit 7c4e9f6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion webapp/e2e/steps/add-friend.steps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ defineFeature(feature, test => {
})

afterAll(async ()=>{

browser.close()
})

});
2 changes: 1 addition & 1 deletion webapp/e2e/steps/add-location.steps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ defineFeature(feature, test => {
})

afterAll(async ()=>{

browser.close()
})

});
2 changes: 1 addition & 1 deletion webapp/e2e/steps/game.steps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ defineFeature(feature, test => {
})

afterAll(async ()=>{

browser.close()
})

});
2 changes: 1 addition & 1 deletion webapp/e2e/steps/menu.steps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ defineFeature(feature, test => {
})

afterAll(async ()=>{

browser.close()
})

});
2 changes: 1 addition & 1 deletion webapp/e2e/steps/profile.steps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ defineFeature(feature, test => {
})

afterAll(async ()=>{

browser.close()
})

});
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --coverage",
"test:e2e": "start-server-and-test prod 3000 \"cd e2e && jest\"",
"test:e2e": "start-server-and-test prod 3000 \"cd e2e && jest\"",
"eject": "react-scripts eject",
"prod": "ts-node-dev ./server.ts"
},
Expand Down

0 comments on commit 7c4e9f6

Please sign in to comment.