Remove bisq references from the tests

This commit is contained in:
Felipe Knorr Kuhn
2024-04-03 12:31:17 +09:00
parent e7f8bcf83b
commit c35c08b17a
3 changed files with 3 additions and 169 deletions

View File

@@ -5,6 +5,6 @@ declare namespace Cypress {
waitForSkeletonGone(): Chainable<any>
waitForPageIdle(): Chainable<any>
mockMempoolSocket(): Chainable<any>
changeNetwork(network: "testnet"|"signet"|"liquid"|"bisq"|"mainnet"): Chainable<any>
changeNetwork(network: "testnet"|"signet"|"liquid"|"mainnet"): Chainable<any>
}
}