explorer: remove block height from Block Details card header #543
explorer_ci.yml
on: pull_request
changes
2s
Node 20.x
52s
Annotations
3 errors
src/lib/components/__tests__/BlocksCard.spec.js > Blocks Card > should disable the `Show More` button is the card is in the loading state:
explorer/src/lib/components/__tests__/BlocksCard.spec.js#L52
Error: Snapshot `Blocks Card > should disable the `Show More` button is the card is in the loading state 1` mismatched
- Expected
+ Received
@@ -23,11 +23,13 @@
</span>
</button>
<!--<Button>-->
</header>
- <p>
+ <p
+ class="data-card__loading-notice"
+ >
Loading...
</p>
</div>
❯ src/lib/components/__tests__/BlocksCard.spec.js:52:34
|
src/lib/components/__tests__/TransactionsCard.spec.js > Transactions Card > should disable the `Show More` button if the card is in the loading state:
explorer/src/lib/components/__tests__/TransactionsCard.spec.js#L52
Error: Snapshot `Transactions Card > should disable the `Show More` button if the card is in the loading state 1` mismatched
- Expected
+ Received
@@ -23,11 +23,13 @@
</span>
</button>
<!--<Button>-->
</header>
- <p>
+ <p
+ class="data-card__loading-notice"
+ >
Loading...
</p>
</div>
❯ src/lib/components/__tests__/TransactionsCard.spec.js:52:34
|
Node 20.x
Process completed with exit code 1.
|