Skip to content

Commit

Permalink
remove wrong classname in the test
Browse files Browse the repository at this point in the history
Signed-off-by: Huong Nguyen <huongg1409@gmail>
  • Loading branch information
Huong Nguyen committed Oct 29, 2024
1 parent 0abbf59 commit db25f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/tests/ui/flowchart/menu.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ describe('Flowchart Menu', () => {

// Action
cy.get(
`[for=${nodeToFocusText}-focus] > row__icon`
`[for=feature_engineering-focus]`
).click();

// Assert after action
Expand Down

0 comments on commit db25f03

Please sign in to comment.