Skip to content

Commit

Permalink
Prerender smoke-test: await helper function (#9546)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Nov 17, 2023
1 parent a1de078 commit fe70a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/smoke-tests/prerender/tests/prerender.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ test('Check that homepage is prerendered', async () => {
const pageWithoutJs = await noJsBrowser.newPage()
await pageWithoutJs.goto('/')

checkHomePageCellRender(pageWithoutJs)
await checkHomePageCellRender(pageWithoutJs)

pageWithoutJs.close()
})
Expand Down

0 comments on commit fe70a36

Please sign in to comment.