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