Skip to content

Commit 6499543

Browse files
committed
fix
1 parent 2810cd3 commit 6499543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/e2e/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export const createTemplate = async (
198198
const name = randomName();
199199
await page.getByLabel("Name *").fill(name);
200200
await page.getByTestId("form-submit").click();
201-
await expectUrl(page).toHavePathName(`/templates/${name}/files?orgId=`, {
201+
await expectUrl(page).toHavePathName(`/templates/${name}/files`, {
202202
timeout: 30000,
203203
});
204204
return name;

0 commit comments

Comments
 (0)