You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test('when aria-describedby is not provided and the `Description` contextual component is yielded, it should use the description element id as the aria-describedby value',asyncfunction(assert){
68
+
awaitsetupCodeEditor(
69
+
hbs`<Hds::CodeEditor @ariaLabel="code editor" as |CE|><CE.Description id="test-description">Test Description</CE.Description></Hds::CodeEditor>`
0 commit comments