Skip to content

Commit

Permalink
fix account test
Browse files Browse the repository at this point in the history
  • Loading branch information
uiii committed Dec 5, 2023
1 parent 39d0ebd commit 8dea35e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion test/e2e/account.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ test.describe("Account detail page", () => {
testItemInfo(url, account);
testItemError(url, account);

testRelatedItems(url, account, relatedBalances);
testRelatedItems(url, account, relatedBalances, {
testCount: false
});

testRelatedItems(url, account, relatedExtrinsics);
testRelatedItemsError(url, account, relatedExtrinsics, relatedExtrinsics.requests);
Expand Down
3 changes: 1 addition & 2 deletions test/e2e/fixtures/account-balances-data.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"itemsCount": "(35)",
"itemsTable": [
[
"Polkadot\n14mR4x...27YNTE\nprefix: 0",
Expand Down Expand Up @@ -90,4 +89,4 @@
"Account balance for this network is not currently supported."
]
]
}
}

0 comments on commit 8dea35e

Please sign in to comment.