forked from trent_larson/crowd-funder-for-time-pwa
have the user accept an invitation (to avoid previews from stealing it)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user