From fb2b3ff8ea53673dfb40d6efb00d31198ee9b5c7 Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Tue, 29 Nov 2022 10:35:59 +0300 Subject: [PATCH] Add navigateToPods step Signed-off-by: Alex Andreev --- integration/__tests__/cluster-pages.tests.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/integration/__tests__/cluster-pages.tests.ts b/integration/__tests__/cluster-pages.tests.ts index ad41343398..94c2628b35 100644 --- a/integration/__tests__/cluster-pages.tests.ts +++ b/integration/__tests__/cluster-pages.tests.ts @@ -184,6 +184,9 @@ describeIf(minikubeReady(TEST_NAMESPACE))("Minikube based tests", () => { await monacoEditor.press("Enter", { delay: 10 }); await frame.click(".Dock .Button >> text='Create'"); + + await navigateToPods(frame); + await frame.waitForSelector(`.TableCell >> text=${testPodName}`); await frame.click(".TableRow .TableCell.menu"); await frame.click(".MenuItem >> text=Logs");