mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-07 21:36:26 +02:00
clean up code by removing test selector (#22520)
This commit is contained in:
parent
7f1f54d856
commit
9b0540dfbe
@ -43,7 +43,6 @@
|
||||
}}
|
||||
class={{if @readOnly "readonly-codemirror"}}
|
||||
data-test-component="code-mirror-modifier"
|
||||
data-test-example-modal-json-text
|
||||
></div>
|
||||
|
||||
{{#if @helpText}}
|
||||
|
||||
@ -11,7 +11,7 @@ import { hbs } from 'ember-cli-htmlbars';
|
||||
const SELECTORS = {
|
||||
policyText: '[data-test-modal-title]',
|
||||
policyDescription: (type) => `[data-test-example-modal-text=${type}]`,
|
||||
jsonText: '[data-test-example-modal-json-text]',
|
||||
jsonText: '[data-test-component="code-mirror-modifier"]',
|
||||
informationLink: '[data-test-example-modal-information-link]',
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user