mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-25 14:25:10 +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:
@@ -7,18 +7,11 @@ import { module, test } from 'qunit';
|
||||
import { setupRenderingTest } from 'ember-qunit';
|
||||
import { click, fillIn, render, triggerEvent } from '@ember/test-helpers';
|
||||
import { hbs } from 'ember-cli-htmlbars';
|
||||
import { setRunOptions } from 'ember-a11y-testing/test-support';
|
||||
|
||||
module('Integration | Component | transform-advanced-templating', function (hooks) {
|
||||
setupRenderingTest(hooks);
|
||||
|
||||
test('it should render', async function (assert) {
|
||||
setRunOptions({
|
||||
rules: {
|
||||
// TODO: fix JSONEditor/CodeMirror
|
||||
label: { enabled: false },
|
||||
},
|
||||
});
|
||||
this.model = {
|
||||
pattern: '(\\d{3})-(\\d{2})-(?<last>\\d{5})',
|
||||
encodeFormat: null,
|
||||
|
||||
Reference in New Issue
Block a user