Skip to content

Commit

Permalink
ajoute test accessibilité sur mds_path
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccadumazert authored and n-b committed Jan 19, 2022
1 parent 6b1f375 commit 9174ef5
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 9174ef5

Please sign in to comment.