Skip to content

Commit

Permalink
test: adding known bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
abdurrahman-ledger committed Jan 8, 2025
1 parent 3121f3e commit a2cd4aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ describe(`Ledger Sync Accounts`, () => {
}

$TmsLink(tmsLink);
$Issue("LIVE-15614");
it(`Synchronize one instance then delete the backup`, async () => {
await app.accounts.openViaDeeplink();
await app.accounts.expectAccountsNumber(0);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ describe("Receive Flow", () => {

$TmsLink("B2CQA-1858");
$TmsLink("B2CQA-1860");
$Issue("LIVE-14453");
it("Should display the number of account existing per networks", async () => {
await openReceive();
await app.receive.selectAsset("ETH");
Expand Down

0 comments on commit a2cd4aa

Please sign in to comment.