Skip to content
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

chore(Chip): updated unit tests #9572

Merged
merged 5 commits into from
Oct 27, 2023

Conversation

thatblindgeye
Copy link
Contributor

@thatblindgeye thatblindgeye commented Sep 6, 2023

What: Closes #9530

Added integration test to check that tooltipPosition is passed to Tooltip properly

Additional issues:

...props
} = this.props;
const Component = component as any;
return (
<Component
{...(this.props.textMaxWidth && {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was causing a textmaxwidth attribute to be rendered due to the spread ...props on line 154

@patternfly-build
Copy link
Contributor

patternfly-build commented Sep 6, 2023

@thatblindgeye thatblindgeye force-pushed the iss9530_chip_test_update branch from 8dfb8b9 to b361848 Compare September 7, 2023 14:27
@wise-king-sullyman wise-king-sullyman self-requested a review October 12, 2023 20:46
Copy link
Contributor

@wise-king-sullyman wise-king-sullyman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really great work on this! I do have a handful of questions and a couple of requests though.

@thatblindgeye thatblindgeye force-pushed the iss9530_chip_test_update branch 2 times, most recently from 8a8a528 to a581641 Compare October 19, 2023 14:14
@thatblindgeye thatblindgeye force-pushed the iss9530_chip_test_update branch from a581641 to ef8359a Compare October 19, 2023 14:24
@thatblindgeye thatblindgeye force-pushed the iss9530_chip_test_update branch from ef8359a to c7b165e Compare October 23, 2023 18:47
Copy link
Contributor

@wise-king-sullyman wise-king-sullyman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✈️ ✈️ ✈️

@tlabaj tlabaj merged commit 55fd4a8 into patternfly:main Oct 27, 2023
@patternfly-build
Copy link
Contributor

Your changes have been released in:

Thanks for your contribution! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Chip - update unit tests
4 participants