-
Notifications
You must be signed in to change notification settings - Fork 20
Updated tests to accomodate changes in uikit/pull/524. #1434
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
base: develop
Are you sure you want to change the base?
Conversation
- field.twig was updated to use fieldset > legend instead of label when using checkbox / radio groups. https://github.com/civictheme/uikit/pull/524/files#diff-d0a69dfe038d1ad545b31f1f11b992854ee28789ffa544f1bc34973db2263cfeR109
WalkthroughDOM selectors in Behat feature tests are updated across checkbox, checkboxes, and radios field scenarios. All references to Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes The changes follow a consistent, repetitive pattern of selector replacements across three related files. Each modification is straightforward (label → legend) with no logic changes or control flow alterations. The homogeneous nature of updates minimizes review complexity, though verification of selector accuracy across all test scenarios is required. Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (3)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
🔇 Additional comments (6)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Checklist before requesting a review
Issue #123456 by drupal_org_username: Issue titleChangedsection about WHY something was done if this was not a normal implementationChanged
field.twigwas updated to usefieldset>legendinstead oflabelwhen using checkbox / radio groups. https://github.com/civictheme/uikit/pull/524/files#diff-d0a69dfe038d1ad545b31f1f11b992854ee28789ffa544f1bc34973db2263cfeR109Screenshots
Summary by CodeRabbit