We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
data-id
Current Behavior
<Panel data-id="something"/> does not currently render to the DOM.
<Panel data-id="something"/>
Desired Behavior
Ideally, passing a value via data-id would render to the outer Panel element, allowing for chunking of sections of a page in Cypress.
Suggested Solution
Make sure this prop is being passed for nearly all components in Matchbox.
Who does this impact? Who is this for?
FE engineers for testing, product folks when it comes to targeting elements via Segment and other tools.
The text was updated successfully, but these errors were encountered:
resolves-#624 - Add support for data-id for the Panel component
d3c8906
resolves-#624 - Add supporting test
eb4a0c1
9f02d9e
No branches or pull requests
🚀 Feature request
Current Behavior
<Panel data-id="something"/>
does not currently render to the DOM.Desired Behavior
Ideally, passing a value via
data-id
would render to the outer Panel element, allowing for chunking of sections of a page in Cypress.Suggested Solution
Make sure this prop is being passed for nearly all components in Matchbox.
Who does this impact? Who is this for?
FE engineers for testing, product folks when it comes to targeting elements via Segment and other tools.
The text was updated successfully, but these errors were encountered: