-
-
Notifications
You must be signed in to change notification settings - Fork 737
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
feat: adding unit tests for roadmap component #1791
Conversation
✅ Deploy Preview for asyncapi-website ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://deploy-preview-1791--asyncapi-website.netlify.app/ |
import { mount } from '@cypress/react'; | ||
import RoadmapItem from '../../../components/roadmap/RoadmapItem' | ||
|
||
describe('RoadmapItem', () => { |
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.
RoadmapItem
should contain a case for clicking the Item and it opens a modal containing necessary details for each item.
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.
sure
Co-authored-by: Akshat Nema <76521428+akshatnema@users.noreply.github.com>
…into roadmap_test
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.
/rtm
/rtm |
Description
NOTE : This component had assertions within it
Here the matched components are hidden and thus are not visible here.
-RoadmapList : This component displays the items in a list format . For this component I have added following tests .
NOTE : This component had assertions within it
Here the matched components are hidden and thus are not visible here.
Related issue(s)
fixes #1790