chore: change to stagnet url (#1159)

* chore: change to stagnet url

* fix: lint
This commit is contained in:
Joe Tsang 2022-08-25 16:51:01 +01:00 committed by GitHub
parent 64fcca3447
commit b79c2ae6fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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');