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

Add navigateToPods step

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-11-29 10:35:59 +03:00
parent f8c00280ac
commit fb2b3ff8ea

View File

@ -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");