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 af35ec9 commit c711b6bCopy full SHA for c711b6b
testing/e2e/src/global/global.setup.spec.ts
@@ -14,7 +14,7 @@ test.describe.serial(() => {
14
});
15
test('successful setup', async ({ setupPage }) => {
16
await setupPage.fillSetupForm(initAppOptions);
17
- await setupPage.expect.toHaveURL('/dashboard');
+ await setupPage.expect.toHaveURL('/auth/login');
18
19
test('setup state after initialization', async ({ request }) => {
20
const response = await request.get('/api/v1/setup');
0 commit comments