mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
adjust description of the test
This commit is contained in:
parent
019cc939db
commit
79e573d912
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user