dossier spec: deprecate the old UI tests

This commit is contained in:
Pierre de La Morinerie 2018-09-24 16:01:59 +02:00
parent c534a9a792
commit fe4921bf8e

View file

@ -76,7 +76,7 @@ feature 'Invitations' do
end
end
context 'when the dossier is en_construction' do
context 'when the dossier is en_construction (legacy UI)' do
let!(:dossier) { create(:dossier, :for_individual, :en_construction, user: user, procedure: procedure) }
scenario 'on dossier details, a user can invite another user to collaborate on the dossier', js: true do