-
Notifications
You must be signed in to change notification settings - Fork 25
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/e2e phase 1 #450
Test/e2e phase 1 #450
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Co-authored-by: Ben Kremer <[email protected]>
Co-authored-by: Chris Smith <[email protected]> Co-authored-by: Ben Kremer <[email protected]>
What were the issues with webkit? Do we have a plan on how to get webkit back in the game/remove this blindspot? |
There's an issue with loading the wallet page, I didn't investigate too much as this wasn't a critical blocker. I figured I'd create an issue for it and tackle it when we have time to revisit e2e |
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.
LGTM, great to see this up and running 💪 💯
@@ -1,24 +1,38 @@ | |||
import { test as base } from '@playwright/test' | |||
|
|||
import { ModalPage } from '../pages/InboxPage' | |||
import { ModalValidator } from '../validators/ModalValidator' | |||
import { InboxPage } from '../pages/InboxPage' |
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.
Maybe we could add a tests
folder to absolute paths too. (But it might cause some issues on Jest, not really sure, might worth checking)
Co-authored-by: Enes <[email protected]>
Co-authored-by: Enes <[email protected]>
Description
Type of change
Checklist:
Note
The following is yet to be tested and could be very beneficial to test: