Skip to content

Commit 2e997ec

Browse files
HajekOndrejmroz22
authored andcommitted
fix(e2e): Fixed db migration test
1 parent 55d663c commit 2e997ec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/suite-web/e2e/tests/suite/database-migration.test.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,10 @@ describe('Database migration', () => {
130130

131131
cy.getTestElement('@switch-device/cancel-button').click();
132132

133-
cy.get('[data-testid^="@metadata/outputLabel"]').first().should('be.visible');
133+
cy.get('[data-testid^="@metadata/outputLabel"]')
134+
.first()
135+
.scrollIntoView()
136+
.should('be.visible');
134137

135138
// TODO: cypress alias is empty for unknown reason, refactor this test to playwright
136139
// check the first tx and verify it against the stored one

0 commit comments

Comments
 (0)