From e3efcd340e6f996217aed2978713173c54246136 Mon Sep 17 00:00:00 2001 From: Geido <60598000+geido@users.noreply.github.com> Date: Mon, 20 Jan 2025 17:20:36 +0100 Subject: [PATCH] Update superset-frontend/cypress-base/cypress/e2e/dashboard/drilltodetail.test.ts Co-authored-by: Beto Dealmeida --- .../cypress-base/cypress/e2e/dashboard/drilltodetail.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/cypress-base/cypress/e2e/dashboard/drilltodetail.test.ts b/superset-frontend/cypress-base/cypress/e2e/dashboard/drilltodetail.test.ts index fa84b80ba1e3e..f11aac445446b 100644 --- a/superset-frontend/cypress-base/cypress/e2e/dashboard/drilltodetail.test.ts +++ b/superset-frontend/cypress-base/cypress/e2e/dashboard/drilltodetail.test.ts @@ -65,7 +65,7 @@ const drillToDetailBy = (targetDrill: string) => { .first() .should('be.visible') .find("[role='menu'] [role='menuitem']") - .contains(new RegExp(`^Drill to detail by$`)) + .contains(/^Drill to detail by$/) .trigger('mouseover', { force: true }); cy.get(