superset-frontend/cypress-base/cypress/e2e/dashboard/shared_dashboard_functions.ts
Function prepareDashboardFilters
has 103 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export function prepareDashboardFilters(
filters: { name: string; column: string; datasetId: number }[],
) {
cy.createSampleDashboards([0]);
cy.request({