Skip to content

explorer: fix gas representation #1352

explorer: fix gas representation

explorer: fix gas representation #1352

Triggered via pull request July 31, 2024 10:41
@herr-seppiaherr-seppia
ready_for_review #2054
fix-gas_unit
Status Failure
Total duration 1m 25s
Artifacts

explorer_ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
src/lib/components/__tests__/TransactionDetails.spec.js > Transaction Details > renders the Transaction Details component: explorer/src/lib/components/__tests__/TransactionDetails.spec.js#L34
Error: Snapshot `Transaction Details > renders the Transaction Details component 1` mismatched - Expected + Received @@ -252,12 +252,11 @@ </dt> <dd class="details-list__definition" > - 0.50 - DUSK + 500000000 </dd> <dt class="details-list__term" > <svg @@ -279,12 +278,11 @@ </dt> <dd class="details-list__definition" > - 0.000290766 - DUSK + 290766 </dd> <dt class="details-list__term" > <svg ❯ src/lib/components/__tests__/TransactionDetails.spec.js:34:34
src/lib/components/__tests__/TransactionDetails.spec.js > Transaction Details > renders the Transaction Details component with the payload visible: explorer/src/lib/components/__tests__/TransactionDetails.spec.js#L42
Error: Snapshot `Transaction Details > renders the Transaction Details component with the payload visible 1` mismatched - Expected + Received @@ -252,12 +252,11 @@ </dt> <dd class="details-list__definition" > - 0.50 - DUSK + 500000000 </dd> <dt class="details-list__term" > <svg @@ -279,12 +278,11 @@ </dt> <dd class="details-list__definition" > - 0.000290766 - DUSK + 290766 </dd> <dt class="details-list__term" > <svg ❯ src/lib/components/__tests__/TransactionDetails.spec.js:42:34
src/routes/transactions/transaction/__tests__/page.spec.js > Transaction Details > should render the Transaction details page and query the necessary info: explorer/src/routes/transactions/transaction/__tests__/page.spec.js#L63
Error: Snapshot `Transaction Details > should render the Transaction details page and query the necessary info 2` mismatched - Expected + Received @@ -255,12 +255,11 @@ </dt> <dd class="details-list__definition" > - 0.50 - DUSK + 500000000 </dd> <dt class="details-list__term" > <svg @@ -282,12 +281,11 @@ </dt> <dd class="details-list__definition" > - 0.000290766 - DUSK + 290766 </dd> <dt class="details-list__term" > <svg ❯ src/routes/transactions/transaction/__tests__/page.spec.js:63:34
Node 20.x
Process completed with exit code 1.