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 }); } );