From edf8bf94419baddba331b56742310cbb48c2bdb6 Mon Sep 17 00:00:00 2001 From: elraphty Date: Tue, 10 Sep 2024 13:29:52 +0100 Subject: [PATCH] removed cypress logs --- cypress/e2e/29_paymentHistory.cy.ts | 2 +- cypress/fixtures/v2nodes.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cypress/e2e/29_paymentHistory.cy.ts b/cypress/e2e/29_paymentHistory.cy.ts index de6baecd..855a247d 100644 --- a/cypress/e2e/29_paymentHistory.cy.ts +++ b/cypress/e2e/29_paymentHistory.cy.ts @@ -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' diff --git a/cypress/fixtures/v2nodes.json b/cypress/fixtures/v2nodes.json index 436d3735..7c52b026 100644 --- a/cypress/fixtures/v2nodes.json +++ b/cypress/fixtures/v2nodes.json @@ -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", @@ -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", diff --git a/package.json b/package.json index 59a91019..63450116 100644 --- a/package.json +++ b/package.json @@ -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",