-
Notifications
You must be signed in to change notification settings - Fork 667
add data-test-id for console dashboard components #2287
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
Conversation
|
Hi @dantrainor. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dantrainor The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/assign @rhamilto |
|
Please add the attributes in the same PR as the tests so we can see how they will be used. |
They are in this PR. Only the metal3 ones are elsewhere to ease the review burden. |
5423671 to
b66cafc
Compare
b66cafc to
6bffcf4
Compare
|
Also added data-test-id attributes for the counts of such Items |
I'm confused... These are added for specific integration tests, correct? There aren't any tests in this PR. It's difficult to evaluate if the changes make sense without seeing how they're used. |
They are to facilitate the integration tests as part of #1886, which were originally written using brittle xpaths. These changes and the ones in #2288 are used for more precise identification of the elements needed to test against. This PR was split from #2288 to try and get the changes reviewed and accepted quicker, with the idea of having a different set of reviewers able to review #2288 quicker. |
|
Right, understood. But it's impossible to review this change in isolation, and it should only be merged when the tests are merged. IMO, breaking it out actually makes reviews harder. |
Understood, thanks for the feedback. Can you provide some guidance on how to proceed with these PRs as they relate to each other? Should #2287 and #2288 become part of #1886? |
|
Yes, I would roll both changes into #1886 |
I appreciate the help thank you. |
|
This is going to become part of #1886 |
No description provided.