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 49272d7 commit 6f5259bCopy full SHA for 6f5259b
testing/e2e/src/global/global.setup.spec.ts
@@ -12,7 +12,7 @@ test.describe.serial(() => {
12
});
13
test('should successfully setup', async ({ setupPage }) => {
14
await setupPage.fillSetupForm(initAppOptions);
15
- await setupPage.expect.toHaveURL('/dashboard');
+ await setupPage.expect.toHaveURL('/auth/login');
16
17
test('should be setup after initialization', async ({ request }) => {
18
const response = await request.get('/api/v1/setup');
0 commit comments