@@ -492,7 +492,7 @@ describe('To Validate & get list of signatures of ClaGroups via API call', funct
492492 } ) ;
493493 } ) ;
494494
495- it ( 'Remove Email form Approval List to the Project/Company' , function ( ) {
495+ it ( 'Remove Email from Approval List to the Project/Company' , function ( ) {
496496 cy . request ( {
497497 method : 'PUT' ,
498498 url : `${ claEndpoint } signatures/project/${ projectSFID } /company/${ companyID } /clagroup/${ claGroupID } /approval-list` ,
@@ -539,7 +539,7 @@ describe('To Validate & get list of signatures of ClaGroups via API call', funct
539539 } ) ;
540540 } ) ;
541541
542- it ( 'Remove GithubOrg form Approval List to the Project/Company' , function ( ) {
542+ it ( 'Remove GithubOrg from Approval List to the Project/Company' , function ( ) {
543543 cy . request ( {
544544 method : 'PUT' ,
545545 url : `${ claEndpoint } signatures/project/${ projectSFID } /company/${ companyID } /clagroup/${ claGroupID } /approval-list` ,
@@ -620,7 +620,7 @@ describe('To Validate & get list of signatures of ClaGroups via API call', funct
620620 } ) ;
621621 } ) ;
622622
623- it ( 'Remove Github Username form Approval List to the Project/Company' , function ( ) {
623+ it ( 'Remove Github Username from Approval List to the Project/Company' , function ( ) {
624624 cy . request ( {
625625 method : 'PUT' ,
626626 url : `${ claEndpoint } signatures/project/${ projectSFID } /company/${ companyID } /clagroup/${ claGroupID } /approval-list` ,
@@ -677,7 +677,7 @@ describe('To Validate & get list of signatures of ClaGroups via API call', funct
677677 } ) ;
678678 } ) ;
679679
680- it ( 'Remove GitLab Username form Approval List to the Project/Company' , function ( ) {
680+ it ( 'Remove GitLab Username from Approval List to the Project/Company' , function ( ) {
681681 cy . request ( {
682682 method : 'PUT' ,
683683 url : `${ claEndpoint } signatures/project/${ projectSFID } /company/${ companyID } /clagroup/${ claGroupID } /approval-list` ,
@@ -737,7 +737,7 @@ describe('To Validate & get list of signatures of ClaGroups via API call', funct
737737 } ) ;
738738 } ) ;
739739
740- it ( 'Remove GitLab Org form Approval List to the Project/Company' , function ( ) {
740+ it ( 'Remove GitLab Org from Approval List to the Project/Company' , function ( ) {
741741 cy . request ( {
742742 method : 'PUT' ,
743743 url : `${ claEndpoint } signatures/project/${ projectSFID } /company/${ companyID } /clagroup/${ claGroupID } /approval-list` ,
@@ -782,7 +782,7 @@ describe('To Validate & get list of signatures of ClaGroups via API call', funct
782782 } ) ;
783783 } ) ;
784784
785- it ( 'Remove domain form Approval List to the Project/Company' , function ( ) {
785+ it ( 'Remove domain from Approval List to the Project/Company' , function ( ) {
786786 cy . request ( {
787787 method : 'PUT' ,
788788 url : `${ claEndpoint } signatures/project/${ projectSFID } /company/${ companyID } /clagroup/${ claGroupID } /approval-list` ,
0 commit comments