Skip to content

Commit

Permalink
Fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Jul 27, 2023
1 parent 323727b commit 91351cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/framer-motion-3d/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"@react-three/test-renderer": "^9.0.0",
"@rollup/plugin-commonjs": "^22.0.1"
},
"gitHead": "92800e670c385be5121f03c83c613bc4ae76ab9c"
"gitHead": "323727b42a9209415c5a0834449b04b8a71ffc68"
}
4 changes: 2 additions & 2 deletions packages/framer-motion/cypress/integration/scroll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ describe("scroll() animation", () => {
.get("#color")
.should(([$element]: any) => {
expect(getComputedStyle($element).backgroundColor).to.equal(
"rgb(64, 64, 64)"
"rgb(221, 221, 221)"
)
expect(getComputedStyle($element).color).to.equal(
"rgb(64, 64, 64)"
"rgb(128, 128, 128)"
)
})
})
Expand Down
2 changes: 1 addition & 1 deletion packages/framer-motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@
"maxSize": "31.3 kB"
}
],
"gitHead": "92800e670c385be5121f03c83c613bc4ae76ab9c"
"gitHead": "323727b42a9209415c5a0834449b04b8a71ffc68"
}

0 comments on commit 91351cb

Please sign in to comment.