This is an automated email from the ASF dual-hosted git repository.

diegopucci pushed a commit to branch fix/flaky-e2e-test-high-medium
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/fix/flaky-e2e-test-high-medium 
by this push:
     new 786f779338 Fix typo
786f779338 is described below

commit 786f779338e78e24d5abcb57ab8338907ea5e1f9
Author: geido <[email protected]>
AuthorDate: Thu Nov 17 17:53:23 2022 +0200

    Fix typo
---
 superset-frontend/cypress-base/cypress/integration/explore/utils.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/superset-frontend/cypress-base/cypress/integration/explore/utils.ts 
b/superset-frontend/cypress-base/cypress/integration/explore/utils.ts
index 914f3a9143..3eac4f97be 100644
--- a/superset-frontend/cypress-base/cypress/integration/explore/utils.ts
+++ b/superset-frontend/cypress-base/cypress/integration/explore/utils.ts
@@ -67,7 +67,7 @@ export function saveChartToDashboard(dashboardName: string) {
 
   cy.getBySel('query-save-button').click();
   cy.wait('@getDashboardasync');
-  cy.getBySelLike('chart-moda').should('be.visible');
+  cy.getBySelLike('chart-modal').should('be.visible');
   cy.get(
     '[data-test="save-chart-modal-select-dashboard-form"] [aria-label="Select 
a dashboard"]',
   )

Reply via email to