Granola-Team / mina-block-explorer

Web application for the Mina blockchain
Apache License 2.0
6 stars 6 forks source link

enable/update transaction memo test #813

Closed n1tranquilla closed 2 months ago

n1tranquilla commented 2 months ago

Closes #740

n1tranquilla commented 2 months ago

This test is failing right now because the GraphQL API still has an unresolved issue.

trevorbernard commented 2 months ago

This test is failing right now because the GraphQL API still has an unresolved issue.

Can you link or describe the issue?

n1tranquilla commented 2 months ago

@trevorbernard blocked by https://github.com/Granola-Team/mina-indexer/issues/1106

robinbb commented 2 months ago

  1) [Tags: @tier1] user command memo field is present and decoded where appropriate
  0 passing (2m)
  1 failing
  1) [Tags: @tier1] user command memo field
       is present and decoded where appropriate:
      AssertionError: Timed out retrying after 60000ms: Too many elements found. Found '4', expected '1'.
      + expected - actual
      -4
      +1
      at Context.eval (webpack://mina-block-explorer-dev/./cypress/e2e/user-commands/memo.cy.js:13:26)