diff --git a/lib/process-services-cloud/src/lib/form/components/form-cloud.component.spec.ts b/lib/process-services-cloud/src/lib/form/components/form-cloud.component.spec.ts index 0b92d891f1..33542ba5e9 100644 --- a/lib/process-services-cloud/src/lib/form/components/form-cloud.component.spec.ts +++ b/lib/process-services-cloud/src/lib/form/components/form-cloud.component.spec.ts @@ -1712,7 +1712,7 @@ describe('retrieve metadata on submit', () => { expect(formComponent.disableSaveButton).toBeFalse(); }); - it('should not show next task checkbox when conditions are not met', () => { + it('should not show next task checkbox when complete button is not shown', () => { formComponent.showNextTaskCheckbox = false; formComponent.showCompleteButton = false; fixture.detectChanges();