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

Change namespace to default

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-11-29 13:14:04 +03:00
parent 3748e943bd
commit 85513859f8

View File

@ -168,7 +168,7 @@ describeIf(minikubeReady(TEST_NAMESPACE))("Minikube based tests", () => {
await monacoEditor.press("Enter", { delay: 10 });
await monacoEditor.type(` name: ${testPodName}`, { delay: 10 });
await monacoEditor.press("Enter", { delay: 10 });
await monacoEditor.type(`namespace: ${TEST_NAMESPACE}`, { delay: 10 });
await monacoEditor.type(`namespace: default`, { delay: 10 });
await monacoEditor.press("Enter", { delay: 10 });
await monacoEditor.press("Backspace", { delay: 10 });
await monacoEditor.type("spec:", { delay: 10 });
@ -201,7 +201,7 @@ describeIf(minikubeReady(TEST_NAMESPACE))("Minikube based tests", () => {
boundingBox = await logLine.boundingBox();
expect(boundingBox?.height).toBeGreaterThan(50);
expect(boundingBox?.height).toBeGreaterThan(30);
},
10 * 60 * 1000,
);