2018-06-20 15:29:52 +02:00
|
|
|
|
require 'spec_helper'
|
|
|
|
|
|
|
|
|
|
describe 'new_user/dossiers/index.html.haml', type: :view do
|
|
|
|
|
let(:user) { create(:user) }
|
2018-08-28 14:10:55 +02:00
|
|
|
|
let(:dossier_brouillon) { create(:dossier, state: Dossier.states.fetch(:brouillon), user: user) }
|
|
|
|
|
let(:dossier_en_construction) { create(:dossier, state: Dossier.states.fetch(:en_construction), user: user) }
|
2018-06-28 17:19:22 +02:00
|
|
|
|
let(:user_dossiers) { [dossier_brouillon, dossier_en_construction] }
|
2018-06-20 15:29:52 +02:00
|
|
|
|
let(:dossiers_invites) { [] }
|
|
|
|
|
let(:current_tab) { 'mes-dossiers' }
|
|
|
|
|
|
|
|
|
|
before do
|
2018-06-26 18:04:04 +02:00
|
|
|
|
allow(view).to receive(:new_demarche_url).and_return('#')
|
2018-08-08 17:37:41 +02:00
|
|
|
|
allow(controller).to receive(:current_user) { user }
|
2018-06-20 15:29:52 +02:00
|
|
|
|
assign(:user_dossiers, Kaminari.paginate_array(user_dossiers).page(1))
|
|
|
|
|
assign(:dossiers_invites, Kaminari.paginate_array(dossiers_invites).page(1))
|
|
|
|
|
assign(:dossiers, Kaminari.paginate_array(user_dossiers).page(1))
|
|
|
|
|
assign(:current_tab, current_tab)
|
|
|
|
|
render
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
it 'affiche la liste des dossiers' do
|
|
|
|
|
expect(rendered).to have_selector('.dossiers-table tbody tr', count: 2)
|
|
|
|
|
end
|
|
|
|
|
|
2018-06-25 13:34:48 +02:00
|
|
|
|
it 'affiche les informations des dossiers' do
|
|
|
|
|
dossier = user_dossiers.first
|
2018-06-28 17:19:22 +02:00
|
|
|
|
expect(rendered).to have_text(dossier_brouillon.id)
|
|
|
|
|
expect(rendered).to have_text(dossier_brouillon.procedure.libelle)
|
|
|
|
|
expect(rendered).to have_link(dossier_brouillon.id, href: modifier_dossier_path(dossier_brouillon))
|
|
|
|
|
|
|
|
|
|
expect(rendered).to have_text(dossier_en_construction.id)
|
|
|
|
|
expect(rendered).to have_text(dossier_en_construction.procedure.libelle)
|
|
|
|
|
expect(rendered).to have_link(dossier_en_construction.id, href: users_dossier_recapitulatif_path(dossier_en_construction))
|
2018-06-25 13:34:48 +02:00
|
|
|
|
end
|
|
|
|
|
|
2018-06-25 15:14:22 +02:00
|
|
|
|
context 'quand il n’y a aucun dossier' do
|
|
|
|
|
let(:user_dossiers) { [] }
|
|
|
|
|
let(:dossiers_invites) { [] }
|
|
|
|
|
|
|
|
|
|
it 'n’affiche pas la table' do
|
|
|
|
|
expect(rendered).not_to have_selector('.dossiers-table')
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
it 'affiche un message' do
|
|
|
|
|
expect(rendered).to have_text('Aucun dossier')
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
|
2018-06-20 15:29:52 +02:00
|
|
|
|
context 'quand il n’y a pas de dossiers invités' do
|
|
|
|
|
let(:dossiers_invites) { [] }
|
|
|
|
|
|
|
|
|
|
it 'affiche un titre adapté' do
|
|
|
|
|
expect(rendered).to have_selector('h1', text: 'Mes dossiers')
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
it 'n’affiche pas la barre d’onglets' do
|
|
|
|
|
expect(rendered).not_to have_selector('ul.tabs')
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
|
2018-06-25 15:14:22 +02:00
|
|
|
|
context 'quand il y a des dossiers invités' do
|
2018-06-20 15:29:52 +02:00
|
|
|
|
let(:dossiers_invites) { create_list(:dossier, 1) }
|
|
|
|
|
|
|
|
|
|
it 'affiche un titre adapté' do
|
|
|
|
|
expect(rendered).to have_selector('h1', text: 'Dossiers')
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
it 'affiche la barre d’onglets' do
|
|
|
|
|
expect(rendered).to have_selector('ul.tabs')
|
|
|
|
|
expect(rendered).to have_selector('ul.tabs li', count: 2)
|
|
|
|
|
expect(rendered).to have_selector('ul.tabs li.active', count: 1)
|
|
|
|
|
end
|
|
|
|
|
end
|
2018-08-08 17:37:41 +02:00
|
|
|
|
|
|
|
|
|
context "quand le user n'a aucun feedback" do
|
|
|
|
|
it "affiche le formulaire de satisfaction" do
|
2018-08-27 11:49:36 +02:00
|
|
|
|
expect(rendered).to have_selector('#user-satisfaction', text: 'Que pensez-vous de la facilité d\'utilisation de ce service ?')
|
2018-08-08 17:37:41 +02:00
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
context "quand le user a un feedback" do
|
|
|
|
|
let(:user) { create(:user, feedbacks: [build(:feedback)]) }
|
|
|
|
|
it "n'affiche pas le formulaire de satisfaction" do
|
|
|
|
|
expect(rendered).to_not have_selector('#user-satisfaction')
|
|
|
|
|
end
|
|
|
|
|
end
|
2018-06-20 15:29:52 +02:00
|
|
|
|
end
|