Fix test OpenSimplif

This commit is contained in:
Xavier J 2016-10-24 16:05:41 +02:00
parent 740b3650aa
commit 7f5d5c6320

View file

@ -97,8 +97,7 @@ feature 'on click on tabs button' do
end
scenario "it hides the tabs" do
expect(page).to_not have_css('#filter_by_procedure')
expect(page).to_not have_css('#onglets')
expect(page).to_not have_content('Nouveaux')
end
end
end