-
Notifications
You must be signed in to change notification settings - Fork 43
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
Add a test for the front end #219
Conversation
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.
Thanks for the PR @Firestorm980 and apologies for the delayed PR review.
I can see E2E test actions are failing. could you please help to check on it?
Thanks
@iamdharmesh if you're able to help get that test fixed up (or a functional fix in the code if the test is failing for a good reason), then that would best help move this along... thanks! |
@Firestorm980 thanks for the PR! Could you please fill out the PR template with description, changelog, and credits information so that we can properly review and merge this? |
Description of the Change
PR adds E2E tests for checking the front end of avatars
Closes #188
How to test the Change
npm install
andnpm run build
npm run env:start
npm run cypress:run
Changelog Entry
Credits
Props @Firestorm980
Checklist: