Archived
1
0

refactor: change to reloadUntilEditorIsReady

This commit is contained in:
Joe Previte
2021-04-30 13:26:25 -07:00
parent 2cb499385a
commit cde30579c4
4 changed files with 17 additions and 20 deletions

View File

@ -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)
})