You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.dom(screen.queryByText('L’extension Pix Companion est désormais obligatoire pour tous les candidats.'))
210
-
.doesNotExist();
211
-
assert
212
-
.dom(
213
-
screen.queryByRole('link',{
214
-
name: 'Lien vers la documentation d’installation/activation Ouverture dans une nouvelle fenêtre',
215
-
}),
216
-
)
217
-
.doesNotExist();
218
-
});
168
+
// then
169
+
assert
170
+
.dom(
171
+
screen.getByText(
172
+
'Important : Les problèmes techniques liés aux questions doivent uniquement être gérés pendant le test depuis l’interface du candidat et l’Espace Surveillant (ces signalements ne pourront pas être pris en compte a posteriori).',
173
+
),
174
+
)
175
+
.exists();
176
+
assert
177
+
.dom(
178
+
screen.getByRole('link',{
179
+
name: 'Documentation sur la gestion des signalements Ouverture dans une nouvelle fenêtre',
Copy file name to clipboardexpand all lines: certif/translations/en.json
+4-4
Original file line number
Diff line number
Diff line change
@@ -556,12 +556,12 @@
556
556
"exit-extra-information": "Exit the session’s invigilation {sessionId}"
557
557
},
558
558
"address": "Location name",
559
-
"companion": {
560
-
"link": "Link to installation/activation documentation",
561
-
"message": "The Pix Companion extension is now mandatory for all candidates."
562
-
},
563
559
"information": "Warning, make sure that all the candidates have finished their exam before exiting the invigilation. To resume the invigilation of this session, you will have to enter again it’s session number and it’s password.",
564
560
"invigilator": "Invigilator(s)",
561
+
"invigilator-documentation": {
562
+
"link": "Report management documentation",
563
+
"message": "Please note: Any technical problems relating to the questions must only be managed during the test from the candidate interface and the invigilator area (these reports cannot be taken into account afterwards)."
Copy file name to clipboardexpand all lines: certif/translations/fr.json
+4-4
Original file line number
Diff line number
Diff line change
@@ -556,12 +556,12 @@
556
556
"exit-extra-information": "Quitter la surveillance de la session {sessionId}"
557
557
},
558
558
"address": "Nom du site",
559
-
"companion": {
560
-
"link": "Lien vers la documentation d’installation/activation",
561
-
"message": "L’extension Pix Companion est désormais obligatoire pour tous les candidats."
562
-
},
563
559
"information": "Attention, assurez-vous que tous les candidats aient terminé leur test avant de quitter la surveillance. Pour reprendre la surveillance de cette session, vous devrez entrer à nouveau son numéro de session et son mot de passe.",
564
560
"invigilator": "Surveillant(s)",
561
+
"invigilator-documentation": {
562
+
"link": "Documentation sur la gestion des signalements",
563
+
"message": "Important : Les problèmes techniques liés aux questions doivent uniquement être gérés pendant le test depuis l’interface du candidat et l’Espace Surveillant (ces signalements ne pourront pas être pris en compte a posteriori)."
564
+
},
565
565
"invigilator-kit": {
566
566
"extra-information": "Télécharger le kit surveillant",
0 commit comments