Skip to content

Commit

Permalink
fix(suite-native): connect trezor test
Browse files Browse the repository at this point in the history
  • Loading branch information
vytick committed Jul 1, 2024
1 parent 02971a8 commit 250c176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suite-native/app/e2e/tests/onboardAndConnect.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('Go through onboarding and connect Trezor.', () => {
.toBeVisible()
.withTimeout(10000); // communication between connected Trezor and app takes some time.

await detoxExpect(element(by.text('My portfolio balance'))).toBeVisible();
await detoxExpect(element(by.text('Bitcoin'))).toBeVisible();
} else {
await detoxExpect(element(by.text('Hi there!'))).toBeVisible();
await detoxExpect(element(by.text('Get started'))).toBeVisible();
Expand Down

0 comments on commit 250c176

Please sign in to comment.