Fix post-auth session handoff flow

This commit is contained in:
2026-03-14 19:12:35 -04:00
parent b735b864d2
commit ac3b036c93
5 changed files with 256 additions and 25 deletions

View File

@@ -20,6 +20,7 @@ async function signUp(page: Page, testInfo: TestInfo) {
await page.locator('input[autocomplete="new-password"]').nth(1).fill(PASSWORD);
await page.getByRole('button', { name: 'Create account' }).click();
await expect(page.getByRole('heading', { name: 'Command Center' })).toBeVisible({ timeout: 30_000 });
await expect(page).toHaveURL(/\/$/, { timeout: 30_000 });
}
function buildFinancialsPayload(ticker: 'MSFT' | 'JPM') {