Skip to content

Commit

Permalink
removed cypress logs
Browse files Browse the repository at this point in the history
  • Loading branch information
elraphty committed Sep 10, 2024
1 parent 5c9ae47 commit edf8bf9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/29_paymentHistory.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('It Lists all payments in history', () => {
// create workspace
const workSpace = {
loggedInAs: activeUser,
name: 'Payment Flow',
name: '3 Payment Flow',
description: 'We are testing out our workspace',
website: 'https://community.sphinx.chat',
github: 'https://github.com/stakwork/sphinx-tribes-frontend'
Expand Down
4 changes: 2 additions & 2 deletions cypress/fixtures/v2nodes.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"pubkey": "0259924ce02d1887a19fbc91573b732c2dad9f4e974bccaead61a445e2ffbb927b",
"routeHint": "02162c52716637fb8120ab0261e410b185d268d768cc6f6227c58102d194ad0bc2_1099526569984",
"routeHint": "02162c52716637fb8120ab0261e410b185d268d768cc6f6227c58102d194ad0bc2_1099520475136",
"alias": "alice",
"ip": "http://host.docker.internal:3005",
"external_ip": "http://localhost:3005",
Expand All @@ -10,7 +10,7 @@
},
{
"pubkey": "03b2205df68d90f8f9913650bc3161761b61d743e615a9faa7ffecea3380a93fc1",
"routeHint": "02162c52716637fb8120ab0261e410b185d268d768cc6f6227c58102d194ad0bc2_1099623956486",
"routeHint": "02162c52716637fb8120ab0261e410b185d268d768cc6f6227c58102d194ad0bc2_1099667079175",
"alias": "bob",
"ip": "http://host.docker.internal:3006",
"external_ip": "http://localhost:3006",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"prepare": "husky install .husky",
"test": "yarn run test-jest",
"test-jest": "REACT_APP_IS_TEST=true NODE_ENV=test yarn jest --coverage --maxWorkers 2 --no-cache --transformIgnorePatterns \"./svg/\"",
"cypress:run": "ELECTRON_ENABLE_LOGGING=1 npx cypress run"
"cypress:run": "npx cypress run"
},
"resolutions": {
"react-error-overlay": "6.0.9",
Expand Down

0 comments on commit edf8bf9

Please sign in to comment.