From 4edda72f53ad2a62cc706908731a8d32590add54 Mon Sep 17 00:00:00 2001 From: zhangjingwei Date: Mon, 20 Nov 2023 09:41:19 +0800 Subject: [PATCH] fix: fix e2e table command fix clickHeaderActionButtonInMoreByTitle command Change-Id: I28f7cc9b8aa89af56d38a9515bd39a1f7027624d --- test/e2e/support/table-commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/support/table-commands.js b/test/e2e/support/table-commands.js index 99b276e3..cb6b4f3e 100644 --- a/test/e2e/support/table-commands.js +++ b/test/e2e/support/table-commands.js @@ -70,7 +70,7 @@ Cypress.Commands.add( (title, waitTime = 2000) => { const realTitle = getTitle(title); const moreTitle = getTitle('More Actions'); - cy.get('.table-action-header-btns') + cy.get('.table-header-action-btns') .find('.ant-dropdown-trigger') .contains(moreTitle) .trigger('mouseover', { force: true });