Bug: fixed cases where CodeMirror textarea inputs did not have associated labels (#26263)

* fixes cases where inputs did not have associated labels

* add changelog entry

* update form-field test now that json editor has label

* remove label-related TODOs from other tests

---------

Co-authored-by: Noelle Daley <noelledaley@users.noreply.github.com>
This commit is contained in:
Melanie Sumner
2024-04-05 08:49:42 -05:00
committed by GitHub
parent 5c6b8f7b3e
commit ce639f84b9
18 changed files with 7 additions and 89 deletions

View File

@@ -22,8 +22,6 @@ module('Integration | Component | policy-example', function (hooks) {
hooks.beforeEach(function () {
setRunOptions({
rules: {
// TODO: Fix JSONEditor/CodeMirror
label: { enabled: false },
// failing on .CodeMirror-scroll
'scrollable-region-focusable': { enabled: false },
},