mirror of
https://github.com/coder/code-server.git
synced 2026-04-13 03:05:50 -05:00
refactor: change to reloadUntilEditorIsReady
This commit is contained in:
@@ -38,7 +38,7 @@ test.describe("CodeServer", () => {
|
||||
expect(await codeServer.isEditorVisible()).toBe(true)
|
||||
})
|
||||
|
||||
test.only("should always have a connection", options, async ({ page }) => {
|
||||
test("should always have a connection", options, async ({ page }) => {
|
||||
expect(await codeServer.isConnected()).toBe(true)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user