Add new state on User UI.
/!/ WARNING : No tests fix
This commit is contained in:
parent
1a92382259
commit
6adfcac5bf
10 changed files with 232 additions and 72 deletions
|
@ -75,11 +75,10 @@ describe 'users/dossiers/index.html.haml', type: :view do
|
|||
it { is_expected.to have_css('#users_index') }
|
||||
|
||||
describe 'dossier initiated is present' do
|
||||
pending
|
||||
# it { is_expected.to have_content(dossier.procedure.libelle) }
|
||||
# it { is_expected.to have_content(dossier.entreprise.raison_sociale) }
|
||||
# it { is_expected.to have_content(dossier.display_state) }
|
||||
# it { is_expected.to have_content(dossier.last_update) }
|
||||
it { is_expected.to have_content(dossier.procedure.libelle) }
|
||||
it { is_expected.to have_content(dossier.entreprise.raison_sociale) }
|
||||
it { is_expected.to have_content(dossier.display_state) }
|
||||
it { is_expected.to have_content(dossier.last_update) }
|
||||
end
|
||||
|
||||
describe 'dossier replied and closed are not present' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue