app: remove procedure-estimated-fill-time feature-flag
The feature is now enabled for every procedure. Ref #7338
This commit is contained in:
parent
1c940c700d
commit
c1616adf8c
6 changed files with 18 additions and 34 deletions
|
@ -8,6 +8,7 @@ describe 'shared/_procedure_description.html.haml', type: :view do
|
|||
expect(rendered).to have_selector('.procedure-logos')
|
||||
expect(rendered).to have_text(procedure.libelle)
|
||||
expect(rendered).to have_text(procedure.description)
|
||||
expect(rendered).to have_text('Temps de remplissage estimé')
|
||||
end
|
||||
|
||||
it 'does not show empty date limite' do
|
||||
|
@ -22,11 +23,4 @@ describe 'shared/_procedure_description.html.haml', type: :view do
|
|||
expect(rendered).to have_text('Date limite')
|
||||
end
|
||||
end
|
||||
|
||||
context 'when the procedure_estimated_fill_duration feature is enabled' do
|
||||
before { Flipper.enable(:procedure_estimated_fill_duration) }
|
||||
after { Flipper.disable(:procedure_estimated_fill_duration) }
|
||||
|
||||
it { is_expected.to have_text('Temps de remplissage estimé') }
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue