This is an automated email from the ASF dual-hosted git repository.
rahulvats pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 691c8120d3b rename the files follow up pr(#62293) (#62458)
691c8120d3b is described below
commit 691c8120d3bb6d0607e7c13e41b4b9c0ab684cd6
Author: Harsh Thakur <[email protected]>
AuthorDate: Wed Feb 25 14:19:55 2026 +0530
rename the files follow up pr(#62293) (#62458)
* rename the files follow up pr(#62293)
* remove old files
---
.../ui/tests/e2e/pages/{ConfigurationPage.ts => configurationpage.ts} | 0
.../ui/tests/e2e/specs/{Configuration.spec.ts => configuration.spec.ts} | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/airflow-core/src/airflow/ui/tests/e2e/pages/ConfigurationPage.ts
b/airflow-core/src/airflow/ui/tests/e2e/pages/configurationpage.ts
similarity index 100%
rename from airflow-core/src/airflow/ui/tests/e2e/pages/ConfigurationPage.ts
rename to airflow-core/src/airflow/ui/tests/e2e/pages/configurationpage.ts
diff --git a/airflow-core/src/airflow/ui/tests/e2e/specs/Configuration.spec.ts
b/airflow-core/src/airflow/ui/tests/e2e/specs/configuration.spec.ts
similarity index 96%
rename from airflow-core/src/airflow/ui/tests/e2e/specs/Configuration.spec.ts
rename to airflow-core/src/airflow/ui/tests/e2e/specs/configuration.spec.ts
index ea75fe21f4c..d493453003d 100644
--- a/airflow-core/src/airflow/ui/tests/e2e/specs/Configuration.spec.ts
+++ b/airflow-core/src/airflow/ui/tests/e2e/specs/configuration.spec.ts
@@ -18,7 +18,7 @@
*/
import { expect, test } from "@playwright/test";
-import { ConfigurationPage } from "../pages/ConfigurationPage";
+import { ConfigurationPage } from "../pages/configurationpage";
test.describe("Configuration Page", () => {
let configPage: ConfigurationPage;