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

test: Add redeem retryable e2e #62

Open
wants to merge 1 commit into
base: 54-set-up-synpress
Choose a base branch
from

Conversation

chrstph-dvx
Copy link
Contributor

  • Add test for expired retryable
  • Add test for redeemed retryable
  • Add test for freshly created retryable
  • Add test for claiming

@chrstph-dvx chrstph-dvx self-assigned this Jun 1, 2023
@vercel
Copy link

vercel bot commented Jun 1, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
retryable-tx-panel ✅ Ready (Inspect) Visit Preview Jun 1, 2023 10:55am

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not related to this file but the previous e2e test in connect-wallet-spec.cy.ts.
Now we can remove typing the hardcoded transaction there as it is serving no purpose.

image

'0xe07401ee4ba9131f6efe367eaace256a59daaf162a53e2e105caa810228487c8',
);
cy.findByText('Cross chain messages found').should('exist');
cy.findByText('Success! 🎉 Your retryable was executed.').should('exist');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tried quite some times. Tests are always failing for me..

image

@@ -36,9 +41,11 @@ export default defineConfig({
safeAddDefaultLocalNetwork();

// Set Cypress variables
config.env = { ...process.env };
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this help us when we are already assigning the env variables individually later?

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.

2 participants