Skip to content

Commit bcae71b

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Pass clientY when simulating pointer events in tests.
1 parent 2bbd9b8 commit bcae71b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/igniteui-angular/src/lib/test-utils/ui-interactions.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ export class UIInteractions {
345345
cancelable: true,
346346
pointerId: 1,
347347
buttons: 1,
348+
clientY: element.getBoundingClientRect().y,
348349
button: eventName === 'pointerenter' ? -1 : 0,
349350
shiftKey,
350351
ctrlKey

0 commit comments

Comments
 (0)