7bed453de3
This introduces ember-a11y-testing to acceptance tests via a helper wrapper that allows us to globally ignore rules that we can address separately. It also adds fixes for the aXe rules that were failing.
11 lines
209 B
Handlebars
11 lines
209 B
Handlebars
<IvyCodemirror
|
|
@value={{this.jsonStr}}
|
|
@options={{hash
|
|
mode="javascript"
|
|
theme="hashi-read-only"
|
|
screenReaderLabel="Job definition"
|
|
tabSize=2
|
|
lineNumbers=true
|
|
readOnly=true
|
|
}} />
|