[fix #504] Dossier: received -> en_instruction
This commit is contained in:
parent
72bae2c374
commit
3dda27b281
40 changed files with 143 additions and 108 deletions
|
@ -21,7 +21,7 @@ feature 'The gestionnaire part' do
|
|||
|
||||
click_on 'Passer en instruction'
|
||||
dossier.reload
|
||||
expect(dossier.state).to eq('received')
|
||||
expect(dossier.state).to eq('en_instruction')
|
||||
|
||||
within('.accept.motivation') do
|
||||
fill_in('dossier_motivation', with: 'a good reason')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue