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
The issues is that hese functions don't fail when the cctx is finalized with the wrong status (aborted instead of reverted for example) then you need to wait for the timeout and this make the test longer to fail
We should refactor these functions to fail immediately in case of wrong status or use waitForMinedCCTXFromIndex and manually check the status
The text was updated successfully, but these errors were encountered:
In the E2E tests we use these functions in several places:
The issues is that hese functions don't fail when the cctx is finalized with the wrong status (aborted instead of reverted for example) then you need to wait for the timeout and this make the test longer to fail
We should refactor these functions to fail immediately in case of wrong status or use
waitForMinedCCTXFromIndex
and manually check the statusThe text was updated successfully, but these errors were encountered: