From 3748e943bdb9b172d682a949708533414512e90e Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Tue, 29 Nov 2022 11:46:34 +0300 Subject: [PATCH] Remove unused waitForSelector Signed-off-by: Alex Andreev --- integration/__tests__/cluster-pages.tests.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/integration/__tests__/cluster-pages.tests.ts b/integration/__tests__/cluster-pages.tests.ts index 76c81fbc44..7dd27c7c9c 100644 --- a/integration/__tests__/cluster-pages.tests.ts +++ b/integration/__tests__/cluster-pages.tests.ts @@ -140,7 +140,6 @@ describeIf(minikubeReady(TEST_NAMESPACE))("Minikube based tests", () => { "should create a pod with logs and wrap log lines", async () => { await navigateToPods(frame); - await frame.waitForSelector("div.TableCell >> text='default'"); await frame.click(".Icon.new-dock-tab"); try {