From db25f0360d7567bde4ca25d985749fbcf97f1b17 Mon Sep 17 00:00:00 2001 From: Huong Nguyen Date: Tue, 29 Oct 2024 12:09:15 +0000 Subject: [PATCH] remove wrong classname in the test Signed-off-by: Huong Nguyen --- cypress/tests/ui/flowchart/menu.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/tests/ui/flowchart/menu.cy.js b/cypress/tests/ui/flowchart/menu.cy.js index 6ef273eba..557152833 100644 --- a/cypress/tests/ui/flowchart/menu.cy.js +++ b/cypress/tests/ui/flowchart/menu.cy.js @@ -137,7 +137,7 @@ describe('Flowchart Menu', () => { // Action cy.get( - `[for=${nodeToFocusText}-focus] > row__icon` + `[for=feature_engineering-focus]` ).click(); // Assert after action