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:
parent
db0d7fa0bf
commit
a2422b0a5c
@ -65,7 +65,6 @@ describe("app start", () => {
|
|||||||
await app.client.click('a[href="/nodes"]')
|
await app.client.click('a[href="/nodes"]')
|
||||||
await app.client.waitUntilTextExists("div.TableCell", "minikube")
|
await app.client.waitUntilTextExists("div.TableCell", "minikube")
|
||||||
})
|
})
|
||||||
/*
|
|
||||||
|
|
||||||
it('allows to create a pod', async () => {
|
it('allows to create a pod', async () => {
|
||||||
const status = spawnSync("minikube status", {shell: true})
|
const status = spawnSync("minikube status", {shell: true})
|
||||||
@ -102,7 +101,6 @@ describe("app start", () => {
|
|||||||
await app.client.click(".name=nginx")
|
await app.client.click(".name=nginx")
|
||||||
await app.client.waitUntilTextExists("div.drawer-title-text", "Pod: nginx")
|
await app.client.waitUntilTextExists("div.drawer-title-text", "Pod: nginx")
|
||||||
})
|
})
|
||||||
*/
|
|
||||||
|
|
||||||
afterEach(async () => {
|
afterEach(async () => {
|
||||||
if (app && app.isRunning()) {
|
if (app && app.isRunning()) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user