You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running Vaults E2E tests, it can fail if the mint limit is exceeded. It is outside the scope of the test to adjust the mint limit, but we can surface the error earlier. Currently, the test output does not surface a helpful error message and the runner needs to inspect the video artifact.
Description of the Design
When opening a vault, ensure "Exceeds amount available" text is not on the screen. If it is, fail the test with a message that indicates this specific failure. Currently, timed out retrying after 30050ms: 'cy.click()' failed because this element is 'disabled' is the only clue.
Security Considerations
Test Plan
The text was updated successfully, but these errors were encountered:
What is the Problem Being Solved?
When running Vaults E2E tests, it can fail if the mint limit is exceeded. It is outside the scope of the test to adjust the mint limit, but we can surface the error earlier. Currently, the test output does not surface a helpful error message and the runner needs to inspect the video artifact.
Description of the Design
When opening a vault, ensure "Exceeds amount available" text is not on the screen. If it is, fail the test with a message that indicates this specific failure. Currently,
timed out retrying after 30050ms: 'cy.click()' failed because this element is 'disabled'
is the only clue.Security Considerations
Test Plan
The text was updated successfully, but these errors were encountered: