Update staging hosts

Add rerouting logic for testnet4 tests
Split CI e2e workflow matrix into mempool, liquid and testnet4
This commit is contained in:
Felipe Knorr Kuhn
2025-01-19 19:48:12 -08:00
parent 703241acf0
commit 003956fd16
3 changed files with 65 additions and 17 deletions

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