-
Notifications
You must be signed in to change notification settings - Fork 63
Revert "Revert "Rich text support (#1077)"" #1131
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
Lighthouse scores (mobile)
|
Lighthouse scores (desktop)
|
Accessibility Violations Found
|
2 similar comments
Accessibility Violations Found
|
Accessibility Violations Found
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #1131 +/- ##
=========================================
Coverage 80.74% 80.74%
Complexity 771 771
=========================================
Files 91 91
Lines 2108 2108
Branches 285 285
=========================================
Hits 1702 1702
Misses 252 252
Partials 154 154 ☔ View full report in Codecov by Sentry. |
Lighthouse scores (mobile)
|
Lighthouse scores (desktop)
|
Accessibility Violations Found
|
1 similar comment
Accessibility Violations Found
|
Lighthouse scores (desktop)
|
Lighthouse scores (mobile)
|
Accessibility Violations Found
|
2 similar comments
Accessibility Violations Found
|
Accessibility Violations Found
|
| "enumNames": [ | ||
| "Item 1", | ||
| "Item 2" | ||
| "<p>Item 1</p>", |
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.
Can you add a test case for use-case when the options are not rich text, in this case, json should not have
tag in it.
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.
we already have existing test cases in place for enum names in checkbox group, dropdown, switch etc which doesn't have rich text in enum names.
rismehta
left a comment
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.
Please update the spec and fix the spec json present in the test collateral as part of this PR
ui.tests/test-module/specs/checkboxgroup/checkboxgroup.authoring.spec.js
Outdated
Show resolved
Hide resolved
Lighthouse scores (desktop)
|
Lighthouse scores (mobile)
|
Accessibility Violations Found
|
2 similar comments
Accessibility Violations Found
|
Accessibility Violations Found
|
Reverts #1129