mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 05:53:03 +00:00
Fixed lint issues
This commit is contained in:
@@ -87,7 +87,7 @@ describe('PageSizeSelectorComponent', () => {
|
||||
const pageSizeSetting = fixture.debugElement.query(By.css('div.page-size-settings'));
|
||||
const childElementToBeSelected = pageSizeSetting.query(By.css('option[value="10"]'));
|
||||
expect(childElementToBeSelected).not.toBeNull();
|
||||
expect(childElementToBeSelected.nativeElement.selected).toBeTrue()
|
||||
expect(childElementToBeSelected.nativeElement.selected).toBeTrue();
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user