mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
fix:(test) fix spec_empty_specter_home test
This commit is contained in:
parent
5dd291e0c5
commit
4a6b95b522
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ describe('Completely empty specter-home', () => {
|
|||
cy.get('#node-switch-icon').click()
|
||||
cy.get('[href="/nodes/node/default/"]').first().click()
|
||||
cy.contains('Bitcoin Core')
|
||||
cy.get('[href="/settings/"] > img').click()
|
||||
cy.get('[href="/settings/"]').click()
|
||||
cy.contains('Backup and Restore')
|
||||
cy.get('[href="/settings/auth"]').click()
|
||||
cy.contains('Authentication:')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue