test: Fix click select input in table

Fix click select input in table in form

Change-Id: Ia1f2f25e657c2786d1ad3b8e1f2067e41efd8ed8
This commit is contained in:
Jingwei.Zhang 2021-10-11 16:25:43 +08:00
parent fcae54e1c7
commit ddefcd7e6c

View File

@ -203,6 +203,7 @@ Cypress.Commands.add(
.find('.ant-table-row')
.first()
.find('.ant-table-selection-column')
.find('input')
.click({ force: true });
}
);