mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: increase timeout of CreateTemplatePage initial render (#6694)
This might fix some test flakes we've been seeing!
This commit is contained in:
@@ -24,7 +24,7 @@ const renderPage = async () => {
|
||||
})
|
||||
// It is lazy loaded, so we have to wait for it to be rendered to not get an
|
||||
// act error
|
||||
await screen.findByLabelText("Icon")
|
||||
await screen.findByLabelText("Icon", undefined, { timeout: 5000 })
|
||||
return result
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user