mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
This commit is contained in:
@@ -58,7 +58,7 @@ describe('MetadataValuesComponent', () => {
|
||||
});
|
||||
|
||||
it('should contain separators equal to the amount of metadata values minus one', () => {
|
||||
const separators = fixture.debugElement.queryAll(By.css('span>span'));
|
||||
const separators = fixture.debugElement.queryAll(By.css('span.separator'));
|
||||
expect(separators.length).toBe(mockMetadata.length - 1);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user