have the user accept an invitation (to avoid previews from stealing it)

This commit is contained in:
2026-01-10 18:46:01 -07:00
parent 051af89476
commit 02eb891ee9
4 changed files with 74 additions and 42 deletions

View File

@@ -13,6 +13,8 @@ test('New offers for another user', async ({ page }) => {
}
await page.getByTestId('closeOnboardingAndFinish').click();
// Wait for onboarding dialog to fully close and settings to persist
await expect(page.locator('.dialog-overlay')).toBeHidden({ timeout: 5000 });
await expect(page.getByTestId('newDirectOffersActivityNumber')).toBeHidden();
// Become User Zero