Skip to content

← All questions

Lint says the accessibility step is undefined, but the step library reference lists it

Asked 11,270 views2 answers

Copied the scenario straight out of Accessibility and performance budgets:

gherkin
@ui @regression @a11y
Scenario: The inventory page has no serious accessibility violations
  Given I am on the inventory page
  Then the page should have no accessibility violations of impact "serious" or higher
bash
sdods lint -p demo-shop
text
features/inventory/a11y.feature:6
Undefined step: Then the page should have no accessibility violations of impact "serious" or higher

The phrasing is identical to the table in the step library reference, down to the quotes. What am I missing — a plugin, a dependency, a config flag?

asked by Chandra Pillai873 ·

2 answers

Have the same question?

Ask it with the command you ran and the output you got, and it will be answered here.

Ask a question

Related