From 240d5b30a821027d71aca6f4f1fe0ffa02b94271 Mon Sep 17 00:00:00 2001 From: superaleks <47592680+superaleks@users.noreply.github.com> Date: Mon, 11 Apr 2022 08:21:55 +0200 Subject: [PATCH] Fixed the spec names (#9737) Signed-off-by: alukic --- .../integration/{airflow_test_suite.js => airflow_spec.js} | 0 .../integration/{grafana_test_suite.js => grafana_spec.js} | 0 .../cypress/integration/{minio_test_suite.js => minio_spec.js} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename .vib/airflow/cypress/cypress/integration/{airflow_test_suite.js => airflow_spec.js} (100%) rename .vib/grafana/cypress/cypress/integration/{grafana_test_suite.js => grafana_spec.js} (100%) rename .vib/minio/cypress/cypress/integration/{minio_test_suite.js => minio_spec.js} (100%) diff --git a/.vib/airflow/cypress/cypress/integration/airflow_test_suite.js b/.vib/airflow/cypress/cypress/integration/airflow_spec.js similarity index 100% rename from .vib/airflow/cypress/cypress/integration/airflow_test_suite.js rename to .vib/airflow/cypress/cypress/integration/airflow_spec.js diff --git a/.vib/grafana/cypress/cypress/integration/grafana_test_suite.js b/.vib/grafana/cypress/cypress/integration/grafana_spec.js similarity index 100% rename from .vib/grafana/cypress/cypress/integration/grafana_test_suite.js rename to .vib/grafana/cypress/cypress/integration/grafana_spec.js diff --git a/.vib/minio/cypress/cypress/integration/minio_test_suite.js b/.vib/minio/cypress/cypress/integration/minio_spec.js similarity index 100% rename from .vib/minio/cypress/cypress/integration/minio_test_suite.js rename to .vib/minio/cypress/cypress/integration/minio_spec.js