From d905a99ec37e7c6319d329896c49296f3c6d2fee Mon Sep 17 00:00:00 2001 From: Matt Perry Date: Tue, 15 Oct 2024 10:47:25 +0200 Subject: [PATCH] Fixing test --- packages/framer-motion-3d/package.json | 2 +- packages/framer-motion/cypress/integration/waapi.ts | 3 ++- packages/framer-motion/package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/framer-motion-3d/package.json b/packages/framer-motion-3d/package.json index 8e9ab5edfb..8b374c360e 100644 --- a/packages/framer-motion-3d/package.json +++ b/packages/framer-motion-3d/package.json @@ -60,5 +60,5 @@ "@rollup/plugin-commonjs": "^22.0.1", "three": "^0.137.0" }, - "gitHead": "4215639bba60cae3a3d8d642d10149fd58f22f85" + "gitHead": "8602e0ec2c5d7f7286f8f4e6356a21d13d3dc0b6" } diff --git a/packages/framer-motion/cypress/integration/waapi.ts b/packages/framer-motion/cypress/integration/waapi.ts index 1d888edc93..d53b7a00a0 100644 --- a/packages/framer-motion/cypress/integration/waapi.ts +++ b/packages/framer-motion/cypress/integration/waapi.ts @@ -87,8 +87,9 @@ describe("waapi", () => { // Explicitly defined startTime should be the same between main thread and WAAPI .get(".explicit-timer") .should(([waapi, sync]: any) => { - expect(waapi.innerHTML).to.equal(sync.innerHTML) + expect(sync.innerHTML).to.equal("101") expect(waapi.innerHTML).to.equal("101") + expect(waapi.innerHTML).to.equal(sync.innerHTML) }) // Explicitly defined startTime should not be the same as automatically defined startTime .get(".sync-timer") diff --git a/packages/framer-motion/package.json b/packages/framer-motion/package.json index 12330478a9..45b9cb8cb0 100644 --- a/packages/framer-motion/package.json +++ b/packages/framer-motion/package.json @@ -135,5 +135,5 @@ "maxSize": "2.5 kB" } ], - "gitHead": "4215639bba60cae3a3d8d642d10149fd58f22f85" + "gitHead": "8602e0ec2c5d7f7286f8f4e6356a21d13d3dc0b6" }