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
Copy file name to clipboardExpand all lines: packages/reva-admin-react/cypress/e2e/responsable-certifications/certifications/update-certification-page/fixtures/certification-bp-boucher.json
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@
14
14
"label": "Niveau 4 : Baccalauréat"
15
15
},
16
16
"domains": [],
17
+
"prerequisites": [],
17
18
"competenceBlocs": [
18
19
{
19
20
"id": "008a6fab-55ad-4412-ab17-56bc4b8e2fd0",
@@ -51,7 +52,8 @@
51
52
"id": "a8e39ba6-9463-48b2-aa99-f8ce1b83904c",
52
53
"label": "Appliquer les règles relatives à l’alimentation, à l’hygiène, aux locaux et équipements dans l’environnement professionnel du boucher et de la boucherie"
Copy file name to clipboardExpand all lines: packages/reva-admin-react/cypress/e2e/responsable-certifications/certifications/update-certification-page/update-certification-page.cy.ts
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -124,4 +124,23 @@ context("when i access the update certification page ", () => {
124
124
);
125
125
});
126
126
});
127
+
context("prerequisites summary card",()=>{
128
+
it("display the a default message when the certification has no prerequisite",function(){
Copy file name to clipboardExpand all lines: packages/reva-admin-react/src/app/responsable-certifications/certifications/[certificationId]/updateCertification.hook.ts
0 commit comments