geo module is not really accessible :(

This commit is contained in:
Paul Chavard 2021-04-28 15:32:40 +02:00
parent 6e1b4a2067
commit f9fb6473b4

View file

@ -3,6 +3,10 @@ feature 'wcag rules for usager', js: true do
let(:password) { 'a very complicated password' }
let(:litteraire_user) { create(:user, password: password) }
before do
procedure.types_de_champ.find { |tdc| tdc.type_champ == TypeDeChamp.type_champs.fetch(:carte) }.destroy
end
context 'pages without the need to be logged in' do
scenario 'homepage' do
visit root_path