mirror of
https://github.com/coder/code-server.git
synced 2025-08-02 22:58:50 +08: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