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

msyavuz pushed a commit to branch msyavuz/fix/ci-issues
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/msyavuz/fix/ci-issues by this 
push:
     new 763bf91173 chore: remove intercept
763bf91173 is described below

commit 763bf91173178b16bb9a0b4402b4b59cbfdecdaf
Author: Mehmet Salih Yavuz <salih.ya...@proton.me>
AuthorDate: Wed Apr 16 12:26:59 2025 +0300

    chore: remove intercept
---
 superset-frontend/cypress-base/cypress/e2e/explore/utils.ts | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/superset-frontend/cypress-base/cypress/e2e/explore/utils.ts 
b/superset-frontend/cypress-base/cypress/e2e/explore/utils.ts
index 4b5720bfbd..5f70348a8f 100644
--- a/superset-frontend/cypress-base/cypress/e2e/explore/utils.ts
+++ b/superset-frontend/cypress-base/cypress/e2e/explore/utils.ts
@@ -58,10 +58,6 @@ export function interceptExploreGet() {
   }).as('getExplore');
 }
 
-export const interceptChartDashboardsGet = () => {
-  cy.intercept('GET', '/api/v1/dashboard/?q=*').as('chartDashboards');
-};
-
 export function setFilter(filter: string, option: string) {
   interceptFiltering();
 

Reply via email to