1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Replacing class name in tests

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2020-12-08 15:40:15 +03:00
parent a136fea7c8
commit 5eb46498b1

View File

@ -226,7 +226,7 @@ describe("Lens integration tests", () => {
pages: [{ pages: [{
name: "Cluster", name: "Cluster",
href: "cluster", href: "cluster",
expectedSelector: "div.Cluster div.label", expectedSelector: "div.ClusterOverview div.label",
expectedText: "Master" expectedText: "Master"
}] }]
}, },