Skip to content

Commit

Permalink
test: test
Browse files Browse the repository at this point in the history
  • Loading branch information
abdurrahman-ledger committed Oct 23, 2024
1 parent 787c26a commit 0cfe7af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ describe("Add accounts", () => {
deviceNumber = await app.common.addSpeculos(currency.speculosApp.name);

await app.addAccount.startAccountsDiscovery();
await app.addAccount.expectAccountDiscovery(currency.currencyId, 1);
//await app.addAccount.expectAccountDiscovery(currency.currencyId, 1);
await app.addAccount.finishAccountsDiscovery();
await app.addAccount.tapSuccessCta();
await app.account.waitForAccountPageToLoad(currency.name);
Expand Down

0 comments on commit 0cfe7af

Please sign in to comment.