From 528ba5d71c451c99d749ca226f5611416b5705f9 Mon Sep 17 00:00:00 2001 From: Dominik Biedebach Date: Thu, 12 May 2022 11:30:57 +0200 Subject: [PATCH] refactor(tests): added todo note for tasks test --- demos/src/Examples/Tasks/React/index.spec.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/demos/src/Examples/Tasks/React/index.spec.js b/demos/src/Examples/Tasks/React/index.spec.js index 12d02ebd..9a31be20 100644 --- a/demos/src/Examples/Tasks/React/index.spec.js +++ b/demos/src/Examples/Tasks/React/index.spec.js @@ -18,6 +18,8 @@ context('/src/Examples/Tasks/React/', () => { cy.get('.ProseMirror input[type="checkbox"]').should('have.length', 3) }) + // TODO: Make this test work properly - right now it's not doing what it + // should do. it('should check and uncheck tasks on click', () => { cy.get('.ProseMirror').type('Cook food{enter}Eat food{enter}Clean dishes') cy.get('.ProseMirror').find('input[type="checkbox"]').then(console.log)