-
Notifications
You must be signed in to change notification settings - Fork 4
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
base: 54-set-up-synpress
Are you sure you want to change the base?
Conversation
chrstph-dvx
commented
Jun 1, 2023
- Add test for expired retryable
- Add test for redeemed retryable
- Add test for freshly created retryable
- Add test for claiming
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
ec546b3
to
43c03d4
Compare
43c03d4
to
a0256b4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'0xe07401ee4ba9131f6efe367eaace256a59daaf162a53e2e105caa810228487c8', | ||
); | ||
cy.findByText('Cross chain messages found').should('exist'); | ||
cy.findByText('Success! 🎉 Your retryable was executed.').should('exist'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -36,9 +41,11 @@ export default defineConfig({ | |||
safeAddDefaultLocalNetwork(); | |||
|
|||
// Set Cypress variables | |||
config.env = { ...process.env }; |
There was a problem hiding this comment.
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?