Skip to content

Commit 1a33394

Browse files
committed
refactor: remove isConnected e2e tests
1 parent 4263bfa commit 1a33394

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/e2e/codeServer.test.ts

-4
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ describe("code-server", true, [], {}, () => {
5555
expect(await codeServerPage.isEditorVisible()).toBe(true)
5656
})
5757

58-
test("should always have a connection", async ({ codeServerPage }) => {
59-
expect(await codeServerPage.isConnected()).toBe(true)
60-
})
61-
6258
test("should show the Integrated Terminal", async ({ codeServerPage }) => {
6359
await codeServerPage.focusTerminal()
6460
expect(await codeServerPage.page.isVisible("#terminal")).toBe(true)

0 commit comments

Comments
 (0)