diff --git a/test/validator/samples/a11y-interactive-supports-focus/warnings.json b/test/validator/samples/a11y-interactive-supports-focus/warnings.json index 0637a088a0..e0f3f70c24 100644 --- a/test/validator/samples/a11y-interactive-supports-focus/warnings.json +++ b/test/validator/samples/a11y-interactive-supports-focus/warnings.json @@ -1 +1,26 @@ -[] \ No newline at end of file +[ + { + "code": "a11y-no-noninteractive-element-interactions", + "end": { + "column": 44, + "line": 10 + }, + "message": "A11y: Elements with the 'button' interactive role must have a tabindex value.", + "start": { + "column": 0, + "line": 10 + } + }, + { + "code": "a11y-no-noninteractive-element-interactions", + "end": { + "column": 46, + "line": 11 + }, + "message": "A11y: Elements with the 'menuitem' interactive role must have a tabindex value.", + "start": { + "column": 0, + "line": 11 + } + } +]