We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a4287 commit 0722cd8Copy full SHA for 0722cd8
packages/framer-motion/cypress/integration/scroll.ts
@@ -226,7 +226,7 @@ describe("scroll() animation", () => {
226
expect(animateMainThreadDefaultBounds.left).not.to.equal(
227
animateMainThreadEaseOutBounds.left
228
)
229
- expect(animateMainThreadEaseOutBounds.left).not.to.equal(
+ expect(animateMainThreadDefaultBounds.left).not.to.equal(
230
animateMainThreadSpringBounds.left
231
232
// Skipping as env doesn't support linear() easing
0 commit comments