We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ab1d7 commit 3d89151Copy full SHA for 3d89151
e2e/steps/pro-project.ts
@@ -20,6 +20,8 @@ export async function enterCreditCard(page: Page) {
20
await stripe.locator('id=Field-cvcInput').fill('123');
21
await stripe.locator('id=Field-countryInput').selectOption('DE');
22
await dialog.getByRole('button', { name: 'Add', exact: true }).click();
23
+ await page.locator('id=state-picker').selectOption('AS');
24
+ await page.getByRole('button', { name: 'Add', exact: true }).click();
25
await dialog.waitFor({
26
state: 'hidden'
27
});
0 commit comments