Skip to content

Commit 6f5259b

Browse files
committed
fix test url
1 parent 49272d7 commit 6f5259b

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
@@ -12,7 +12,7 @@ test.describe.serial(() => {
1212
});
1313
test('should successfully setup', async ({ setupPage }) => {
1414
await setupPage.fillSetupForm(initAppOptions);
15-
await setupPage.expect.toHaveURL('/dashboard');
15+
await setupPage.expect.toHaveURL('/auth/login');
1616
});
1717
test('should be setup after initialization', async ({ request }) => {
1818
const response = await request.get('/api/v1/setup');

0 commit comments

Comments
 (0)