diff --git a/integration/__tests__/app.tests.ts b/integration/__tests__/app.tests.ts index 30e88e602f..7fbeb4a41e 100644 --- a/integration/__tests__/app.tests.ts +++ b/integration/__tests__/app.tests.ts @@ -28,7 +28,7 @@ describe("Lens integration tests", () => { await app.client.waitUntilTextExists("h2", "Add Cluster"); }); - describe.only("protocol app start", () => { + describe("protocol app start", () => { it("should handle opening lens:// links", async () => { await open("lens://app/foobar");