diff --git a/e2e/steps/pro-project.ts b/e2e/steps/pro-project.ts index 0762132c4..41b411d30 100644 --- a/e2e/steps/pro-project.ts +++ b/e2e/steps/pro-project.ts @@ -20,6 +20,8 @@ export async function enterCreditCard(page: Page) { await stripe.locator('id=Field-cvcInput').fill('123'); await stripe.locator('id=Field-countryInput').selectOption('DE'); await dialog.getByRole('button', { name: 'Add', exact: true }).click(); + await page.locator('id=state-picker').selectOption('AS'); + await page.getByRole('button', { name: 'Add', exact: true }).click(); await dialog.waitFor({ state: 'hidden' });