From 6de9d241a664da1cc217d75549f9a3eb69c85d89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=A4ggmark?= Date: Fri, 28 Jan 2022 10:39:43 +0100 Subject: [PATCH] E2E: adds back missing e2e specs (#44576) * E2E: adds back missing e2e specs * Chore: removes wrong import directive --- .../load-options-from-url.spec.ts} | 0 .../new-query-variable.spec.ts} | 0 .../set-options-from-ui.spec.ts} | 0 ...iables.ts => templating-dashboard-links-and-variables.spec.ts} | 0 .../textbox-variables.spec.ts} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename e2e/{smoke-tests-suite/variables/load-options-from-url.ts => dashboards-suite/load-options-from-url.spec.ts} (100%) rename e2e/{smoke-tests-suite/variables/new-query-variable.ts => dashboards-suite/new-query-variable.spec.ts} (100%) rename e2e/{smoke-tests-suite/variables/set-options-from-ui.ts => dashboards-suite/set-options-from-ui.spec.ts} (100%) rename e2e/dashboards-suite/{templating-dashboard-links-and-variables.ts => templating-dashboard-links-and-variables.spec.ts} (100%) rename e2e/{smoke-tests-suite/variables/textbox-variables.ts => dashboards-suite/textbox-variables.spec.ts} (100%) diff --git a/e2e/smoke-tests-suite/variables/load-options-from-url.ts b/e2e/dashboards-suite/load-options-from-url.spec.ts similarity index 100% rename from e2e/smoke-tests-suite/variables/load-options-from-url.ts rename to e2e/dashboards-suite/load-options-from-url.spec.ts diff --git a/e2e/smoke-tests-suite/variables/new-query-variable.ts b/e2e/dashboards-suite/new-query-variable.spec.ts similarity index 100% rename from e2e/smoke-tests-suite/variables/new-query-variable.ts rename to e2e/dashboards-suite/new-query-variable.spec.ts diff --git a/e2e/smoke-tests-suite/variables/set-options-from-ui.ts b/e2e/dashboards-suite/set-options-from-ui.spec.ts similarity index 100% rename from e2e/smoke-tests-suite/variables/set-options-from-ui.ts rename to e2e/dashboards-suite/set-options-from-ui.spec.ts diff --git a/e2e/dashboards-suite/templating-dashboard-links-and-variables.ts b/e2e/dashboards-suite/templating-dashboard-links-and-variables.spec.ts similarity index 100% rename from e2e/dashboards-suite/templating-dashboard-links-and-variables.ts rename to e2e/dashboards-suite/templating-dashboard-links-and-variables.spec.ts diff --git a/e2e/smoke-tests-suite/variables/textbox-variables.ts b/e2e/dashboards-suite/textbox-variables.spec.ts similarity index 100% rename from e2e/smoke-tests-suite/variables/textbox-variables.ts rename to e2e/dashboards-suite/textbox-variables.spec.ts