mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
Bugfix: Wallet creation timeout, RPC error when deleting wallet and sync messages (#2250)
* higher timeout for wallet creation * Fix raising RPC error when deleting a wallet * remove sync notifications
This commit is contained in:
parent
d538eb5fd7
commit
4b677bb7e2
6 changed files with 13 additions and 30 deletions
|
|
@ -53,11 +53,7 @@ describe('Connecting nodes', () => {
|
|||
it('Check sync status of Bitcoin Core node', () => {
|
||||
cy.intercept("GET", "/nodes/sync_status/", {'fullySynced': false});
|
||||
cy.visit('/')
|
||||
cy.contains('Your Bitcoin node is syncing.')
|
||||
cy.get('[data-cy="unfinished-sync-indicator"]').should('be.visible')
|
||||
// The message should only pop up once per session
|
||||
cy.visit('/')
|
||||
cy.contains('Your Bitcoin node is syncing.').should('not.exist');
|
||||
})
|
||||
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue