Skip to content

Commit e9c5340

Browse files
AAwouterstdonohue
authored andcommitted
113319: Fix dropdown component spec
(cherry picked from commit 70357803e86caabc6357b7cbec9db1ef8edd2a56)
1 parent 861132d commit e9c5340

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/shared/form/builder/ds-dynamic-form-ui/models/scrollable-dropdown/dynamic-scrollable-dropdown.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ describe('Dynamic Dynamic Scrollable Dropdown component', () => {
165165
scrollableDropdownFixture.detectChanges();
166166

167167
de = scrollableDropdownFixture.debugElement.queryAll(By.css('button.dropdown-item'));
168-
btnEl = de[0].nativeElement;
168+
btnEl = de[1].nativeElement;
169169

170170
btnEl.dispatchEvent(mousedownEvent);
171171
scrollableDropdownFixture.detectChanges();

0 commit comments

Comments
 (0)