Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d6a5f2c

Browse files
committed
fix
1 parent c8797c0 commit d6a5f2c

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)