Skip to content

explorer: remove block height from Block Details card header #543

explorer: remove block height from Block Details card header

explorer: remove block height from Block Details card header #543

Triggered via pull request May 15, 2024 11:48
Status Failure
Total duration 1m 12s
Artifacts

explorer_ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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> <!--&lt;Button&gt;--> </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> <!--&lt;Button&gt;--> </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.