Add initial draft of guidance for sortable table #695
pull-request.yml
on: pull_request
Annotations
3 errors
|
Javascript unit tests
Process completed with exit code 1.
|
|
Macro options › getMacroOptions › markdown rendering › renders nested options descriptions as markdown:
lib/macro-options.unit.test.mjs#L74
TypeError: Cannot read properties of undefined (reading '2')
at Object.<anonymous> (lib/macro-options.unit.test.mjs:74:43)
|
|
Macro options › getMacroOptions › markdown rendering › renders descriptions as markdown:
lib/macro-options.unit.test.mjs#L68
expect(received).toBe(expected) // Object.is equality
Expected: "Attribute to meet <a href=\"https://www.w3.org/WAI/WCAG22/Understanding/identify-input-purpose.html\">WCAG success criterion 1.3.5: Identify input purpose</a>, for instance <code>"bday-day"</code>. See the <a href=\"https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill\">Autofill section in the HTML standard</a> for a full list of attributes that can be used."
Received: "Attribute to provide placeholder text for the input."
at Object.toBe (lib/macro-options.unit.test.mjs:68:50)
|