fix tests after typos corrections

This commit is contained in:
Eric Leroy-Terquem 2023-06-08 10:03:34 +02:00
parent ea9213bf90
commit 0164b5f008
8 changed files with 21 additions and 21 deletions

View file

@ -34,7 +34,7 @@ RSpec.describe Dossiers::BatchAlertComponent, type: :component do
}
it { is_expected.to have_selector('.fr-alert--success') }
it { is_expected.to have_text("L'action de masse est terminée") }
it { is_expected.to have_text("Laction de masse est terminée") }
it { is_expected.to have_text("2 dossiers ont été archivés") }
it { expect(batch_operation.seen_at).to eq(nil) }
end
@ -47,7 +47,7 @@ RSpec.describe Dossiers::BatchAlertComponent, type: :component do
}
it { is_expected.to have_selector('.fr-alert--warning') }
it { is_expected.to have_text("L'action de masse est terminée") }
it { is_expected.to have_text("Laction de masse est terminée") }
it { is_expected.to have_text("1/2 dossiers ont été archivés") }
it { expect(batch_operation.seen_at).to eq(nil) }
@ -88,7 +88,7 @@ RSpec.describe Dossiers::BatchAlertComponent, type: :component do
}
it { is_expected.to have_selector('.fr-alert--success') }
it { is_expected.to have_text("L'action de masse est terminée") }
it { is_expected.to have_text("Laction de masse est terminée") }
it { is_expected.to have_text("2 dossiers ont été passés en instruction") }
it { expect(batch_operation.seen_at).to eq(nil) }
end
@ -101,7 +101,7 @@ RSpec.describe Dossiers::BatchAlertComponent, type: :component do
}
it { is_expected.to have_selector('.fr-alert--warning') }
it { is_expected.to have_text("L'action de masse est terminée") }
it { is_expected.to have_text("Laction de masse est terminée") }
it { is_expected.to have_text("1/2 dossiers ont été passés en instruction") }
it { expect(batch_operation.seen_at).to eq(nil) }
@ -142,7 +142,7 @@ RSpec.describe Dossiers::BatchAlertComponent, type: :component do
}
it { is_expected.to have_selector('.fr-alert--success') }
it { is_expected.to have_text("L'action de masse est terminée") }
it { is_expected.to have_text("Laction de masse est terminée") }
it { is_expected.to have_text("2 dossiers ont été acceptés") }
it { expect(batch_operation.seen_at).to eq(nil) }
end
@ -155,7 +155,7 @@ RSpec.describe Dossiers::BatchAlertComponent, type: :component do
}
it { is_expected.to have_selector('.fr-alert--warning') }
it { is_expected.to have_text("L'action de masse est terminée") }
it { is_expected.to have_text("Laction de masse est terminée") }
it { is_expected.to have_text("1/2 dossiers ont été acceptés") }
it { expect(batch_operation.seen_at).to eq(nil) }
@ -196,7 +196,7 @@ RSpec.describe Dossiers::BatchAlertComponent, type: :component do
}
it { is_expected.to have_selector('.fr-alert--success') }
it { is_expected.to have_text("L'action de masse est terminée") }
it { is_expected.to have_text("Laction de masse est terminée") }
it { is_expected.to have_text("2 dossiers ont été suivis") }
it { expect(batch_operation.seen_at).to eq(nil) }
end
@ -209,7 +209,7 @@ RSpec.describe Dossiers::BatchAlertComponent, type: :component do
}
it { is_expected.to have_selector('.fr-alert--warning') }
it { is_expected.to have_text("L'action de masse est terminée") }
it { is_expected.to have_text("Laction de masse est terminée") }
it { is_expected.to have_text("1/2 dossiers ont été suivis") }
it { expect(batch_operation.seen_at).to eq(nil) }
@ -250,7 +250,7 @@ RSpec.describe Dossiers::BatchAlertComponent, type: :component do
}
it { is_expected.to have_selector('.fr-alert--success') }
it { is_expected.to have_text("L'action de masse est terminée") }
it { is_expected.to have_text("Laction de masse est terminée") }
it { is_expected.to have_text("2 dossiers ne sont plus suivis") }
it { expect(batch_operation.seen_at).to eq(nil) }
end
@ -263,7 +263,7 @@ RSpec.describe Dossiers::BatchAlertComponent, type: :component do
}
it { is_expected.to have_selector('.fr-alert--warning') }
it { is_expected.to have_text("L'action de masse est terminée") }
it { is_expected.to have_text("Laction de masse est terminée") }
it { is_expected.to have_text("1/2 dossiers ne sont plus suivis") }
it { expect(batch_operation.seen_at).to eq(nil) }
@ -304,7 +304,7 @@ RSpec.describe Dossiers::BatchAlertComponent, type: :component do
}
it { is_expected.to have_selector('.fr-alert--success') }
it { is_expected.to have_text("L'action de masse est terminée") }
it { is_expected.to have_text("Laction de masse est terminée") }
it { is_expected.to have_text("2 dossiers ont été repassés en construction") }
it { expect(batch_operation.seen_at).to eq(nil) }
end
@ -317,7 +317,7 @@ RSpec.describe Dossiers::BatchAlertComponent, type: :component do
}
it { is_expected.to have_selector('.fr-alert--warning') }
it { is_expected.to have_text("L'action de masse est terminée") }
it { is_expected.to have_text("Laction de masse est terminée") }
it { is_expected.to have_text("1/2 dossiers ont été repassés en construction") }
it { expect(batch_operation.seen_at).to eq(nil) }

View file

@ -105,7 +105,7 @@ describe Administrateurs::JetonParticulierController, type: :controller do
let(:cassette) { "api_particulier/unauthorized/introspect" }
it 'rejects the jeton' do
expect(flash.alert).to include("Mise à jour impossible : le jeton na pas été trouvé ou nest pas actif")
expect(flash.alert).to include("Mise à jour impossible : le jeton na pas été trouvé ou nest pas actif")
expect(flash.notice).to be_nil
expect(procedure.reload.api_particulier_token).not_to eql(token)
end

View file

@ -654,7 +654,7 @@ describe API::V2::GraphqlController do
context 'validation error' do
it {
expect(gql_errors).to be_nil
expect(gql_data[:groupeInstructeurModifier][:errors].first[:message]).to eq('Il doit y avoir au moins un groupe instructeur actif sur chaque démarche')
expect(gql_data[:groupeInstructeurModifier][:errors].first[:message]).to eq('Il doit y avoir au moins un groupe dinstructeurs actif sur chaque démarche')
}
end
end

View file

@ -746,7 +746,7 @@ describe Users::DossiersController, type: :controller do
subject
end
it { expect(flash.alert).to include("Le champ « l » n'est pas au format IBAN, #{anchor_to_first_champ}") }
it { expect(flash.alert).to include("Le champ « l » nest pas au format IBAN, #{anchor_to_first_champ}") }
end
context 'when the user has an invitation but is not the owner' do

View file

@ -134,7 +134,7 @@ describe Users::ProfilController, type: :controller do
it "should not transfer to an empty email" do
expect { subject }.not_to change { DossierTransfer.count }
expect(flash.alert).to eq(["L'adresse email est invalide"])
expect(flash.alert).to eq(["Ladresse email est invalide"])
end
end
end

View file

@ -128,7 +128,7 @@ RSpec.describe DossierMailer, type: :mailer do
it { expect(subject.subject).to eq("Un dossier a été supprimé automatiquement de votre compte") }
it { expect(subject.body).to include("#{dossier.id} ") }
it { expect(subject.body).to include(dossier.procedure.libelle) }
it { expect(subject.body).to include("nous nous excusons de la gène occasionnée") }
it { expect(subject.body).to include("nous nous excusons de la gêne occasionnée") }
end
describe 'termine' do
@ -223,7 +223,7 @@ RSpec.describe DossierMailer, type: :mailer do
subject { described_class.notify_groupe_instructeur_changed(instructeur, dossier) }
it { expect(subject.subject).to eq("Le dossier nº #{dossier.id} a changé de groupe instructeur") }
it { expect(subject.subject).to eq("Le dossier nº #{dossier.id} a changé de groupe dinstructeurs") }
it { expect(subject.body).to include("#{dossier.id}") }
it { expect(subject.body).to include(dossier.procedure.libelle) }
it { expect(subject.body).to include("Suite à cette modification, vous ne suivez plus ce dossier.") }

View file

@ -149,7 +149,7 @@ describe 'Publishing a procedure', js: true do
click_on procedure.libelle
find('#publish-procedure-link').click
expect(page).to have_content("Attention, certains champs ne peuvent être demandé par l'administration.")
expect(page).to have_content("Attention, certains champs ne peuvent être demandés par ladministration.")
expect(page).to have_selector(".dubious-champs", count: dubious_champs.size)
end
end

View file

@ -52,12 +52,12 @@ describe 'BatchOperation a dossier:', js: true do
# ensure alert updates when jobs are run
click_on "Recharger la page"
expect(page).to have_content("L'action de masse est terminée")
expect(page).to have_content("Laction de masse est terminée")
expect(page).to have_content("1 dossier a été archivé")
# clean alert after reload
visit instructeur_procedure_path(procedure, statut: 'traites')
expect(page).not_to have_content("L'action de masse est terminée")
expect(page).not_to have_content("Laction de masse est terminée")
# try checkall
find("##{dom_id(BatchOperation.new, :checkbox_all)}").check