mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
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:
@@ -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 },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user