emberjs / emberjs/ember-test-helpers

`scrollTo` is no recognised as a function

Open
#1,193 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
188
Forks
254
PR merge metrics
No merged PRs in 30d

Description

I am trying to use the new scrollTo method, I have updated to the latest version 2.6.0 and I use it as following

`import { scrollTo } from '@ember/test-helpers';`
`await scrollTo('.class', 0, 30);`

and when I run my test i have the following error `TypeError: (0 , _testHelpers.scrollTo) is not a function`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.