Skip to content

Commit

Permalink
[FEATURE] Mise à jour du message en cas d'incident technique non bloq…
Browse files Browse the repository at this point in the history
…uant sur Pix Certif (PIX-15391).

 #10761
  • Loading branch information
pix-service-auto-merge authored Dec 10, 2024
2 parents 6ea8ad1 + 396e7c8 commit e3c01a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { render as renderScreen } from '@1024pix/ember-testing-library';
import { click } from '@ember/test-helpers';
import { hbs } from 'ember-cli-htmlbars';
import { t } from 'ember-intl/test-support';
import { module, test } from 'qunit';
import sinon from 'sinon';

Expand Down Expand Up @@ -73,9 +74,7 @@ module(
// then
assert
.dom(
screen.getByText(
"Signalement à titre informatif, le problème rencontré n'a pas empêché le candidat de continuer à répondre aux questions. En cas d’incident sur une question focus, merci de vous reporter à la catégorie E10.",
),
screen.getByText(t('pages.session-finalization.add-issue-modal.non-blocking-issues.technical-information')),
)
.exists();
});
Expand Down
2 changes: 1 addition & 1 deletion certif/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
"candidate-examples": "Left temporarily, under invigilation, the exam room, arrived late, encountered difficulties to connect to the session, had to reconnect to the session, had forgotten their password…",
"candidate-information": "Reporting on an indicative basis, the problem encountered didn’t prevent the candidate from continuing to answer the questions.",
"technical-examples": "The computer switched off, significant slowness of the network and/or of the machine etc…",
"technical-information": "Reporting on an indicative basis, the problem encountered didn’t prevent the candidate from continuing to answer the questions. In case of an incident during a focus mode question, please refer to the E10 category."
"technical-information": "Reporting on an indicative basis, the problem encountered didn’t prevent the candidate from continuing to answer the questions. As a reminder, any technical incident with a question must be reported live during the session, using the Invigilator’s Portal."
},
"subcategory-labels": {
"accessibility-issue": "Problem with the accessibility of the question (ex : colour blindness)",
Expand Down
2 changes: 1 addition & 1 deletion certif/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
"candidate-examples": "a quitté temporairement, sous surveillance, la salle d’examen, est arrivé en retard, a rencontré des difficultés pour se connecter à la session, a dû se reconnecter à la session, avait oublié son mot de passe...",
"candidate-information": "Signalement à titre informatif, le problème rencontré n'a pas empêché le candidat de continuer à répondre aux questions. ",
"technical-examples": "L’ordinateur s’est éteint, lenteur significative du réseau et/ou de l’appareil etc.",
"technical-information": "Signalement à titre informatif, le problème rencontré n'a pas empêché le candidat de continuer à répondre aux questions. En cas d’incident sur une question focus, merci de vous reporter à la catégorie E10."
"technical-information": "Signalement à titre informatif, le problème rencontré n'a pas empêché le candidat de continuer à répondre aux questions. Pour rappel, un incident technique sur une question doit être signalé en direct pendant la session, depuis l'espace surveillant."
},
"subcategory-labels": {
"accessibility-issue": "Problème avec l’accessibilité de la question (ex : daltonisme)",
Expand Down

0 comments on commit e3c01a1

Please sign in to comment.