Skip to content

Commit

Permalink
fix(suite): fix migration test (#16392)
Browse files Browse the repository at this point in the history
  • Loading branch information
STew790 authored Feb 3, 2025
1 parent b787371 commit f49a273
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ describe('Database migration', () => {
// TO:
cy.visit(`${baseUrl}/${to}`);
cy.getTestElement('@dashboard/graph', { timeout: 40000 }).should('be.visible');
cy.getTestElement('@account-menu/normal').click();
cy.getTestElement('@account-menu/btc/normal/0').click();
cy.getTestElement('@menu/switch-device').click();
cy.getTestElement('@deviceStatus-disconnected');
Expand Down

0 comments on commit f49a273

Please sign in to comment.