Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added balance of frozen UTXO for V2 #2211

Open
wants to merge 5 commits into
base: uiux-revamp
Choose a base branch
from

Conversation

PaarthAgarwal
Copy link
Contributor

Supersedes #2209.
Fixes #2199.

@moneymanolis
Copy link
Collaborator

Would be great to add a little test about this in the spec file spec_balances_amounts.js. But, you need to first check why the existing tests are failing.

@PaarthAgarwal
Copy link
Contributor Author

PaarthAgarwal commented Feb 15, 2023

@moneymanolis this is the error log

<testsuite name="Ghost machine" timestamp="2023-02-15T13:01:21" tests="2" time="7.4240" failures="1">
    <testcase name="Ghost machine Create a DIY device with ghost machine keys and a wallet" time="0.0000" classname="Create a DIY device with ghost machine keys and a wallet">
      <failure message="Timed out retrying after 8000ms: Expected to find element: `#fullbalance_amount`, but never found it." type="AssertionError"><![CDATA[AssertionError: Timed out retrying after 8000ms: Expected to find element: `#fullbalance_amount`, but never found it.
    at Context.eval (http://localhost:25444/__cypress/tests?p=cypress/support/index.js:346:6)]]></failure>
    </testcase>
    <testcase name="Ghost machine Check wallet settings" time="7.4240" classname="Check wallet settings">
    </testcase>
  </testsuite>

Any idea why its failing?

@moneymanolis
Copy link
Collaborator

@moneymanolis this is the error log

<testsuite name="Ghost machine" timestamp="2023-02-15T13:01:21" tests="2" time="7.4240" failures="1">
    <testcase name="Ghost machine Create a DIY device with ghost machine keys and a wallet" time="0.0000" classname="Create a DIY device with ghost machine keys and a wallet">
      <failure message="Timed out retrying after 8000ms: Expected to find element: `#fullbalance_amount`, but never found it." type="AssertionError"><![CDATA[AssertionError: Timed out retrying after 8000ms: Expected to find element: `#fullbalance_amount`, but never found it.
    at Context.eval (http://localhost:25444/__cypress/tests?p=cypress/support/index.js:346:6)]]></failure>
    </testcase>
    <testcase name="Ghost machine Check wallet settings" time="7.4240" classname="Check wallet settings">
    </testcase>
  </testsuite>

Any idea why its failing?

It's right there, no?

#fullbalance_amount, but never found it.`

@PaarthAgarwal
Copy link
Contributor Author

Adding amount_frozen attribute shouldn't cause issue in finding #full_balance. Checked the spec_ghost_machine.js but find anything wrong

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants