1
0
mirror of https://github.com/lensapp/lens.git synced 2024-11-10 10:36:25 +03:00

fix cluster page integration test (#1088)

(make it independent of prometheus metrics install)

Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
Jim Ehrismann 2020-10-17 02:36:48 -04:00 committed by GitHub
parent c0b8d472a0
commit 4a15e65fea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,8 +166,8 @@ describe("Lens integration tests", () => {
pages: [{
name: "Cluster",
href: "cluster",
expectedSelector: "div.ClusterNoMetrics p",
expectedText: "Metrics are not available due"
expectedSelector: "div.Cluster div.label",
expectedText: "Master"
}]
},
{