Skip to content

Commit 2167fe1

Browse files
chore: remove e2e workaround (#9393)
1 parent d138ed7 commit 2167fe1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

site/e2e/helpers.ts

-5
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,12 @@ export const createWorkspace = async (
3939

4040
await expect(page).toHaveURL("/@admin/" + name)
4141

42-
// FIXME: workaround for https://github.com/coder/coder/issues/8566
43-
const reloadTimer = setInterval(async () => {
44-
await page.reload()
45-
}, 3000)
4642
await page.waitForSelector(
4743
"span[data-testid='build-status'] >> text=Running",
4844
{
4945
state: "visible",
5046
},
5147
)
52-
clearInterval(reloadTimer)
5348
return name
5449
}
5550

0 commit comments

Comments
 (0)