bug(a11y.dropdown): la dropdown d'aide usager sur une procedure n'est pas a11y compatible
This commit is contained in:
parent
7d6e99316a
commit
571452c530
1 changed files with 6 additions and 0 deletions
|
@ -44,6 +44,12 @@ describe 'wcag rules for usager', js: true do
|
|||
visit commencer_path(path: procedure.reload.path)
|
||||
expect(page).to be_axe_clean
|
||||
end
|
||||
scenario 'commencer page, help dropdown' do
|
||||
visit commencer_path(path: procedure.reload.path)
|
||||
|
||||
page.find("#help-menu_button").click
|
||||
expect(page).to be_axe_clean
|
||||
end
|
||||
end
|
||||
|
||||
context "logged in, depot d'un dossier as individual" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue