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

Lines changed: 0 additions & 5 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy