airbnb/caravel

View on GitHub
superset-frontend/cypress-base/cypress/e2e/dashboard/shared_dashboard_functions.ts

Summary

Maintainability
B
4 hrs
Test Coverage

Function prepareDashboardFilters has 103 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function prepareDashboardFilters(
  filters: { name: string; column: string; datasetId: number }[],
) {
  cy.createSampleDashboards([0]);
  cy.request({

    There are no issues that match your filters.

    Category
    Status