Skip to content

Commit b3b03cd

Browse files
committed
CCM-7248: fix broken automated test
1 parent 41afc7b commit b3b03cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test-team/template-mgmt-component-tests/template-mgmt-common.steps.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ export function assertLoginLink({ page, id, baseURL }: CommonStepsProps) {
4343

4444
await page.clickLoginLink();
4545

46-
await expect(page.page).toHaveURL(`${baseURL}/templates`);
46+
await expect(page.page).toHaveURL(
47+
`${baseURL}/auth?redirect=%2Ftemplates%2Fcreate-and-submit-templates`
48+
);
4749
});
4850
}
4951

0 commit comments

Comments
 (0)