From ea92fc3d309e5ce59265031da2fc4b6df69cadac Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Wed, 30 Jun 2021 15:23:35 +0300 Subject: [PATCH] Fixing log element selector Signed-off-by: Alex Andreev --- integration/__tests__/cluster-pages.tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/__tests__/cluster-pages.tests.ts b/integration/__tests__/cluster-pages.tests.ts index 4259d50e64..35f87327af 100644 --- a/integration/__tests__/cluster-pages.tests.ts +++ b/integration/__tests__/cluster-pages.tests.ts @@ -410,7 +410,7 @@ describe("Lens cluster pages", () => { await app.client.waitForVisible(".LogSearch .SearchInput input"); // Search for semicolon await app.client.keys(":"); - await app.client.waitForVisible(".LogList .listElement span.active"); + await app.client.waitForVisible(".LogList .LogRow span.active"); // Click through controls await app.client.click(".LogControls .show-timestamps"); await app.client.click(".LogControls .show-previous");