Stop switching to testnet4 until we can check for the proxied server

This commit is contained in:
Felipe Knorr Kuhn 2025-01-19 12:32:37 -08:00
parent 671b5ea2f2
commit 34099e3861
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

@ -344,7 +344,9 @@ describe('Mainnet', () => {
cy.visit('/');
cy.waitForSkeletonGone();
cy.changeNetwork('testnet4');
//TODO(knorrium): add a check for the proxied server
// cy.changeNetwork('testnet4');
cy.changeNetwork('signet');
cy.changeNetwork('mainnet');
});