-
-
Notifications
You must be signed in to change notification settings - Fork 332
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
event emitters tests in action_bar component #2411
event emitters tests in action_bar component #2411
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.
The tests don't pass
I'm sorry @imolorhe that these did not work the first time. I am first time contributor. I looked closely at tests for other components and modeled mine after those. Please let me know if they still are incorrect. |
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.
Looks good. Thanks.
@imolorhe Is there anything else I need to do for this PR? |
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.
Sorry some tests are still failing https://github.com/altair-graphql/altair/actions/runs/7674181736/job/20919231287?pr=2411
@imolorhe sorry for the back and forth but the errors should be fixed now. I updated the snapshot to reflect the classes I added in the html and I moved a class that I accidentally put in an inaccurate spot. The two failing tests should be resolved now. |
e33bec3
Fixes
This PR helps fix issue #1717 which is an ongoing issue that requests more tests for components in altair-app.
Checks
Ran yarn test-build
Updated relevant documentations
Updated matching config options in altair-static
Changes proposed in this pull request:
I added tests for the event_emitters for the action_bar component to make sure they go off properly.