[fix #504] Dossier: without_continuation -> sans_suite
This commit is contained in:
parent
2be9b8d2ba
commit
c83552f423
22 changed files with 64 additions and 41 deletions
|
@ -10,7 +10,7 @@ feature 'on click on tabs button' do
|
|||
create(:dossier, :with_entreprise, user: user, state: 'en_instruction')
|
||||
create(:dossier, :with_entreprise, user: user, state: 'accepte')
|
||||
create(:dossier, :with_entreprise, user: user, state: 'refuse')
|
||||
create(:dossier, :with_entreprise, user: user, state: 'without_continuation')
|
||||
create(:dossier, :with_entreprise, user: user, state: 'sans_suite')
|
||||
|
||||
create :invite, dossier: dossier_invite, user: user
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue