diff --git a/.github/workflows/bashlib.sh b/.github/workflows/bashlib.sh index 5330d01e05c..c35caa7dc4b 100644 --- a/.github/workflows/bashlib.sh +++ b/.github/workflows/bashlib.sh @@ -212,7 +212,7 @@ cypress-run-applitools() { nohup flask run --no-debugger -p $port >"$flasklog" 2>&1 { beforeEach(() => { diff --git a/superset-frontend/cypress-base/cypress/e2e/dashboard_list/dashboardlist.applitools.test.ts b/superset-frontend/cypress-base/cypress/applitools/dashboardlist.test.ts similarity index 100% rename from superset-frontend/cypress-base/cypress/e2e/dashboard_list/dashboardlist.applitools.test.ts rename to superset-frontend/cypress-base/cypress/applitools/dashboardlist.test.ts diff --git a/superset-frontend/cypress-base/cypress/e2e/explore/explore.applitools.test.ts b/superset-frontend/cypress-base/cypress/applitools/explore.test.ts similarity index 93% rename from superset-frontend/cypress-base/cypress/e2e/explore/explore.applitools.test.ts rename to superset-frontend/cypress-base/cypress/applitools/explore.test.ts index 4e951c2560e..142262262d9 100644 --- a/superset-frontend/cypress-base/cypress/e2e/explore/explore.applitools.test.ts +++ b/superset-frontend/cypress-base/cypress/applitools/explore.test.ts @@ -16,7 +16,10 @@ * specific language governing permissions and limitations * under the License. */ -import { FORM_DATA_DEFAULTS, NUM_METRIC } from './visualizations/shared.helper'; +import { + FORM_DATA_DEFAULTS, + NUM_METRIC, +} from '../e2e/explore/visualizations/shared.helper'; describe('explore view', () => { beforeEach(() => { diff --git a/superset-frontend/cypress-base/cypress/e2e/sqllab/sqllab.applitools.test.ts b/superset-frontend/cypress-base/cypress/applitools/sqllab.test.ts similarity index 100% rename from superset-frontend/cypress-base/cypress/e2e/sqllab/sqllab.applitools.test.ts rename to superset-frontend/cypress-base/cypress/applitools/sqllab.test.ts