Skip to content

Commit

Permalink
fix: reset to run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sandipndev committed Jul 18, 2023
1 parent 1b0fb12 commit ca3f650
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions e2e/config/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ const baseSpec = {
[
"../01-welcome-screen-flow.e2e.spec.ts",
"../02-login-flow.e2e.spec.ts",
// "../03-intraledger-flow.e2e.spec.ts",
// "../04-payment-send-flow.e2e.spec.ts",
"../03-intraledger-flow.e2e.spec.ts",
"../04-payment-send-flow.e2e.spec.ts",
"../05-payments-receive-flow.e2e.spec.ts",
// "../06-other-tests.e2e.spec.ts",
"../06-other-tests.e2e.spec.ts",
],
],
reporters: ["spec"],
Expand Down

0 comments on commit ca3f650

Please sign in to comment.