From dbf9ff22a022d7902c402803675fda968e55b62e Mon Sep 17 00:00:00 2001 From: "Joshua A. Horton" Date: Fri, 14 Jul 2023 12:42:45 +0700 Subject: [PATCH] chore(web): flick test placeholders --- .../src/test/auto/headless/gestures/isolatedPathSpecs.ts | 2 -- .../src/test/auto/headless/gestures/pathMatcher.spec.ts | 6 ++++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/common/web/gesture-recognizer/src/test/auto/headless/gestures/isolatedPathSpecs.ts b/common/web/gesture-recognizer/src/test/auto/headless/gestures/isolatedPathSpecs.ts index ab1ffeb092..7624b15608 100644 --- a/common/web/gesture-recognizer/src/test/auto/headless/gestures/isolatedPathSpecs.ts +++ b/common/web/gesture-recognizer/src/test/auto/headless/gestures/isolatedPathSpecs.ts @@ -2,8 +2,6 @@ import { gestures } from '@keymanapp/gesture-recognizer'; import specs = gestures.specs; import ContactModel = specs.ContactModel; -// TBD: flick modeling - export const InstantRejectionModel: ContactModel = { itemPriority: 0, onPathResolve: 'reject', diff --git a/common/web/gesture-recognizer/src/test/auto/headless/gestures/pathMatcher.spec.ts b/common/web/gesture-recognizer/src/test/auto/headless/gestures/pathMatcher.spec.ts index b4c37b0441..d5a93b206b 100644 --- a/common/web/gesture-recognizer/src/test/auto/headless/gestures/pathMatcher.spec.ts +++ b/common/web/gesture-recognizer/src/test/auto/headless/gestures/pathMatcher.spec.ts @@ -59,6 +59,12 @@ describe("PathMatcher", function() { this.fakeClock.restore(); }) + describe.skip("Flick: primary path modeling", function() { + it("Actual expectations for flick behavior still in flux - cannot spec yet", async function() { + + }); + }); + describe("Instant fulfillment modeling", function() { it("resolve", async function() { const emulatedContactPoint = new SimpleGestureSource(1, true);