mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix integration test
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
7d76753175
commit
126a93f38d
@ -233,16 +233,16 @@ const commonPageTests: CommonPageTest[] = [{
|
||||
},
|
||||
},
|
||||
{
|
||||
drawerId: "apps",
|
||||
drawerId: "helm",
|
||||
pages: [
|
||||
{
|
||||
name: "Charts",
|
||||
href: "/apps/charts",
|
||||
href: "/helm/charts",
|
||||
expectedSelector: "div.HelmCharts input",
|
||||
},
|
||||
{
|
||||
name: "Releases",
|
||||
href: "/apps/releases",
|
||||
href: "/helm/releases",
|
||||
expectedSelector: "h5.title",
|
||||
expectedText: "Releases",
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user