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

Uncomment create pod integration test

Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Lauri Nevala 2020-08-17 11:58:24 +03:00
parent db0d7fa0bf
commit a2422b0a5c

View File

@ -65,7 +65,6 @@ describe("app start", () => {
await app.client.click('a[href="/nodes"]')
await app.client.waitUntilTextExists("div.TableCell", "minikube")
})
/*
it('allows to create a pod', async () => {
const status = spawnSync("minikube status", {shell: true})
@ -102,7 +101,6 @@ describe("app start", () => {
await app.client.click(".name=nginx")
await app.client.waitUntilTextExists("div.drawer-title-text", "Pod: nginx")
})
*/
afterEach(async () => {
if (app && app.isRunning()) {