Skip to content

Commit e714d95

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

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-start-page.component.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ test.describe('Start Page', () => {
5454
await startPage.navigateToStartPage();
5555
await startPage.clickLoginLink();
5656

57-
await expect(page).toHaveURL(`${baseURL}/templates`);
57+
await expect(page).toHaveURL(
58+
`${baseURL}/auth?redirect=%2Ftemplates%2Fcreate-and-submit-templates`
59+
);
5860

5961
expect(await page.locator('h1').textContent()).toBe('404');
6062
}

0 commit comments

Comments
 (0)