File tree Expand file tree Collapse file tree
src/visualBuilder/utils/__test__ Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -337,7 +337,7 @@ describe("isFieldDisabled", () => {
337337 ) ;
338338 expect ( result . isDisabled ) . toBe ( true ) ;
339339 expect ( result . reason ) . toBe (
340- "You do not have permission to edit this entry as per the role(s) assigned to you and the workflow stage rules for the 'Final Review' stage."
340+ "Editing is restricted for your role or by the rules for the 'Final Review' stage. Contact your admin for edit access ."
341341 ) ;
342342 } ) ;
343343
@@ -454,7 +454,7 @@ describe("isFieldDisabled", () => {
454454 ) ;
455455 expect ( result . isDisabled ) . toBe ( true ) ;
456456 expect ( result . reason ) . toBe (
457- "You do not have permission to edit this entry as per the role(s) assigned to you and the workflow stage rules for the 'Unknown' stage."
457+ "Editing is restricted for your role or by the rules for the 'Unknown' stage. Contact your admin for edit access ."
458458 ) ;
459459 } ) ;
460460
You can’t perform that action at this time.
0 commit comments