mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
113319: Fix dropdown component spec
(cherry picked from commit 70357803e86caabc6357b7cbec9db1ef8edd2a56)
This commit is contained in:

committed by
Tim Donohue

parent
861132d04d
commit
e9c5340f67
@@ -165,7 +165,7 @@ describe('Dynamic Dynamic Scrollable Dropdown component', () => {
|
||||
scrollableDropdownFixture.detectChanges();
|
||||
|
||||
de = scrollableDropdownFixture.debugElement.queryAll(By.css('button.dropdown-item'));
|
||||
btnEl = de[0].nativeElement;
|
||||
btnEl = de[1].nativeElement;
|
||||
|
||||
btnEl.dispatchEvent(mousedownEvent);
|
||||
scrollableDropdownFixture.detectChanges();
|
||||
|
Reference in New Issue
Block a user