Skip to content

Commit c711b6b

Browse files
committed
fix url in test
1 parent af35ec9 commit c711b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/e2e/src/global/global.setup.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test.describe.serial(() => {
1414
});
1515
test('successful setup', async ({ setupPage }) => {
1616
await setupPage.fillSetupForm(initAppOptions);
17-
await setupPage.expect.toHaveURL('/dashboard');
17+
await setupPage.expect.toHaveURL('/auth/login');
1818
});
1919
test('setup state after initialization', async ({ request }) => {
2020
const response = await request.get('/api/v1/setup');

0 commit comments

Comments
 (0)