dossier spec: deprecate the old UI tests
This commit is contained in:
parent
c534a9a792
commit
fe4921bf8e
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ feature 'Invitations' do
|
||||||
end
|
end
|
||||||
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) }
|
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
|
scenario 'on dossier details, a user can invite another user to collaborate on the dossier', js: true do
|
||||||
|
|
Loading…
Reference in a new issue