From b79c2ae6fb93f1397a70ba074b5cdc53c35867de Mon Sep 17 00:00:00 2001 From: Joe Tsang <30622993+jtsang586@users.noreply.github.com> Date: Thu, 25 Aug 2022 16:51:01 +0100 Subject: [PATCH] chore: change to stagnet url (#1159) * chore: change to stagnet url * fix: lint --- apps/explorer-e2e/src/integration/node-switcher.cy.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/explorer-e2e/src/integration/node-switcher.cy.js b/apps/explorer-e2e/src/integration/node-switcher.cy.js index f2fc2e3fb..b55db5d04 100644 --- a/apps/explorer-e2e/src/integration/node-switcher.cy.js +++ b/apps/explorer-e2e/src/integration/node-switcher.cy.js @@ -55,9 +55,7 @@ context('Node switcher', function () { cy.getByTestId('node-url-custom').click(); cy.getByTestId(customNodeBtn).within(() => { - cy.get('input') - .clear() - .type('https://api.n10.testnet.vega.xyz/graphql'); + cy.get('input').clear().type('https://n03.s.vega.xyz/query'); cy.getByTestId('link').click(); }); cy.getByTestId('ssl-cell').should('contain.text', 'Yes');