adjust description of the test

This commit is contained in:
apuschkin 2025-05-07 14:06:14 +02:00
parent 019cc939db
commit 79e573d912
No known key found for this signature in database
GPG Key ID: DCFFF2B2EDEF9F73

View File

@ -1712,7 +1712,7 @@ describe('retrieve metadata on submit', () => {
expect(formComponent.disableSaveButton).toBeFalse(); 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.showNextTaskCheckbox = false;
formComponent.showCompleteButton = false; formComponent.showCompleteButton = false;
fixture.detectChanges(); fixture.detectChanges();