Skip to content

Commit 5a141fb

Browse files
committed
expect
1 parent b7fe39d commit 5a141fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/e2e/helpers.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ export const createTemplate = async (
121121
})
122122

123123
await page.goto("/templates/new", { waitUntil: "networkidle" })
124+
await expect(page).toHaveURL("/templates/new")
125+
124126
await page.getByTestId("file-upload").setInputFiles({
125127
buffer: await createTemplateVersionTar(responses),
126128
mimeType: "application/x-tar",

0 commit comments

Comments
 (0)