From ddefcd7e6cfb3c285fb2074797fd7a4633fe2509 Mon Sep 17 00:00:00 2001 From: "Jingwei.Zhang" Date: Mon, 11 Oct 2021 16:25:43 +0800 Subject: [PATCH] test: Fix click select input in table Fix click select input in table in form Change-Id: Ia1f2f25e657c2786d1ad3b8e1f2067e41efd8ed8 --- test/e2e/support/form-commands.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/support/form-commands.js b/test/e2e/support/form-commands.js index a8cee941..88c62374 100644 --- a/test/e2e/support/form-commands.js +++ b/test/e2e/support/form-commands.js @@ -203,6 +203,7 @@ Cypress.Commands.add( .find('.ant-table-row') .first() .find('.ant-table-selection-column') + .find('input') .click({ force: true }); } );