diff --git a/superset-frontend/cypress-base/cypress/integration/chart_list/card_view.test.ts b/superset-frontend/cypress-base/cypress/integration/chart_list/card_view.test.ts index 268c3623b6..8112bc113f 100644 --- a/superset-frontend/cypress-base/cypress/integration/chart_list/card_view.test.ts +++ b/superset-frontend/cypress-base/cypress/integration/chart_list/card_view.test.ts @@ -109,7 +109,9 @@ describe('chart card view', () => { cy.get('[data-test="chart-list-edit-option"]').should('be.visible'); cy.get('[data-test="chart-list-edit-option"]').click(); cy.get('[data-test="properties-edit-modal"]').should('be.visible'); - cy.get('[data-test="properties-name-input"]').should('not.have.value'); + cy.get('[data-test="properties-modal-name-input"]').should( + 'not.have.value', + ); cy.get('[data-test="properties-modal-cancel-button"]') .contains('Cancel') .click();