feat: dashboard
This commit is contained in:
@@ -140,7 +140,7 @@ async function registerUser(page: Page, username: string, displayName: string, p
|
||||
|
||||
await registerPage.goto();
|
||||
await registerPage.register(username, displayName, password);
|
||||
await expect(page).toHaveURL(/\/search/, { timeout: 15_000 });
|
||||
await expect(page).toHaveURL(/\/dashboard/, { timeout: 15_000 });
|
||||
}
|
||||
|
||||
async function installDesktopNotificationSpy(page: Page): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user