Skip to content

Commit

Permalink
Update superset-frontend/cypress-base/cypress/e2e/dashboard/drilltode…
Browse files Browse the repository at this point in the history
…tail.test.ts

Co-authored-by: Beto Dealmeida <[email protected]>
  • Loading branch information
geido and betodealmeida authored Jan 20, 2025
1 parent 53bbf55 commit e3efcd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit e3efcd3

Please sign in to comment.