mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
chore: Fix integration tests failing due to helm testid's changing
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
e87d7146d9
commit
f1fd2c26a9
@ -322,13 +322,13 @@ const scenarios = [
|
|||||||
{
|
{
|
||||||
expectedSelector: "div.HelmCharts input",
|
expectedSelector: "div.HelmCharts input",
|
||||||
parentSidebarItemTestId: "link-for-sidebar-item-helm",
|
parentSidebarItemTestId: "link-for-sidebar-item-helm",
|
||||||
sidebarItemTestId: "link-for-sidebar-item-charts",
|
sidebarItemTestId: "link-for-sidebar-item-helm-charts",
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
expectedSelector: "h5.title",
|
expectedSelector: "h5.title",
|
||||||
parentSidebarItemTestId: "link-for-sidebar-item-helm",
|
parentSidebarItemTestId: "link-for-sidebar-item-helm",
|
||||||
sidebarItemTestId: "link-for-sidebar-item-releases",
|
sidebarItemTestId: "link-for-sidebar-item-helm-releases",
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
*/
|
*/
|
||||||
import { getInjectable } from "@ogre-tools/injectable";
|
import { getInjectable } from "@ogre-tools/injectable";
|
||||||
import helmChartsRouteInjectable from "../../../common/front-end-routing/routes/cluster/helm/charts/helm-charts-route.injectable";
|
import helmChartsRouteInjectable from "../../../common/front-end-routing/routes/cluster/helm/charts/helm-charts-route.injectable";
|
||||||
import helmSidebarItemInjectable from "../helm/helm-sidebar-item.injectable";
|
import helmSidebarItemInjectable from "../helm/sidebar-item.injectable";
|
||||||
import { sidebarItemInjectionToken } from "@k8slens/cluster-sidebar";
|
import { sidebarItemInjectionToken } from "@k8slens/cluster-sidebar";
|
||||||
import routeIsActiveInjectable from "../../routes/route-is-active.injectable";
|
import routeIsActiveInjectable from "../../routes/route-is-active.injectable";
|
||||||
import navigateToHelmChartsInjectable from "../../../common/front-end-routing/routes/cluster/helm/charts/navigate-to-helm-charts.injectable";
|
import navigateToHelmChartsInjectable from "../../../common/front-end-routing/routes/cluster/helm/charts/navigate-to-helm-charts.injectable";
|
||||||
@ -5,7 +5,7 @@
|
|||||||
import { getInjectable } from "@ogre-tools/injectable";
|
import { getInjectable } from "@ogre-tools/injectable";
|
||||||
|
|
||||||
import helmReleasesRouteInjectable from "../../../common/front-end-routing/routes/cluster/helm/releases/helm-releases-route.injectable";
|
import helmReleasesRouteInjectable from "../../../common/front-end-routing/routes/cluster/helm/releases/helm-releases-route.injectable";
|
||||||
import helmSidebarItemInjectable from "../helm/helm-sidebar-item.injectable";
|
import helmSidebarItemInjectable from "../helm/sidebar-item.injectable";
|
||||||
import { sidebarItemInjectionToken } from "@k8slens/cluster-sidebar";
|
import { sidebarItemInjectionToken } from "@k8slens/cluster-sidebar";
|
||||||
import routeIsActiveInjectable from "../../routes/route-is-active.injectable";
|
import routeIsActiveInjectable from "../../routes/route-is-active.injectable";
|
||||||
import navigateToHelmReleasesInjectable from "../../../common/front-end-routing/routes/cluster/helm/releases/navigate-to-helm-releases.injectable";
|
import navigateToHelmReleasesInjectable from "../../../common/front-end-routing/routes/cluster/helm/releases/navigate-to-helm-releases.injectable";
|
||||||
Loading…
Reference in New Issue
Block a user