Skip to content

Commit

Permalink
Update .rb file
Browse files Browse the repository at this point in the history
  • Loading branch information
inseo committed May 13, 2024
1 parent e4979bc commit 5bbf1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/users/list_dossiers_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
it "can filter by procedure" do
expect(page).to have_text('7 en cours')
expect(page).to have_text('3 traités')
expect(page).to have_select('procedure_id', selected: 'Toutes les démarches')
expect(page).to have_select('procedure_id', selected: 'Sélectionner une démarche')
select dossier_brouillon.procedure.libelle, from: 'procedure_id'
expect(page).to have_text('1 en cours')
end
Expand Down

0 comments on commit 5bbf1e7

Please sign in to comment.