Open
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
Metadata
Metadata
Assignees
Labels
No labels