From 97930262658f638ac780c77a2c4be25bee9bb4da Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 14 Dec 2021 20:14:52 +0000 Subject: [PATCH] --- e2e/notes.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/e2e/notes.txt b/e2e/notes.txt index ff5fb48..24ac6bc 100644 --- a/e2e/notes.txt +++ b/e2e/notes.txt @@ -1,6 +1,9 @@ TODO: high priority grid sort and filter test that excercises *all* options and filter types this one will be hugely important as part of regression test as it was a constant source of issues in v7 +todo: drawing signature test might work with this code: + +cy.get('.main-canvas').trigger('mousedown', 500, 100, { force: true }).trigger('mousemove', 500, 200, { force: true }).trigger('mouseup', { force: true }); Service user features work sb self contained and use standard test data because will also want to run without accounting prior