chore: change to stagnet url (#1159)

* chore: change to stagnet url

* fix: lint
This commit is contained in:
Joe Tsang
2022-08-25 17:51:01 +02:00
committed by GitHub
parent 64fcca3447
commit b79c2ae6fb
@@ -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');