We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8797c0 commit d6a5f2cCopy full SHA for d6a5f2c
site/e2e/helpers.ts
@@ -198,7 +198,7 @@ export const createTemplate = async (
198
const name = randomName();
199
await page.getByLabel("Name *").fill(name);
200
await page.getByTestId("form-submit").click();
201
- await expectUrl(page).toHavePathName(`/templates/${name}/files?orgId=`, {
+ await expectUrl(page).toHavePathName(`/templates/${name}/files`, {
202
timeout: 30000,
203
});
204
return name;
0 commit comments