Skip to content

Commit

Permalink
Merge pull request #2015 from betagouv/1992-accessibility-mds_path
Browse files Browse the repository at this point in the history
ajoute test accessibilité sur mds_path
  • Loading branch information
n-b committed Jan 19, 2022
2 parents 6778e8d + 686cde0 commit d65f063
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/features/accessibility/user_pages_spec.rb
Expand Up @@ -20,4 +20,9 @@
visit lieux_path
expect(page).to be_axe_clean
end

it "mds_path page is accessible" do
visit mds_path
expect(page).to be_axe_clean
end
end

0 comments on commit d65f063

Please sign in to comment.