diff --git a/test/fields/e2e.spec.ts b/test/fields/e2e.spec.ts index d04fce279..2007d9029 100644 --- a/test/fields/e2e.spec.ts +++ b/test/fields/e2e.spec.ts @@ -919,7 +919,7 @@ describe('fields', () => { await addRowButton.click() await wait(200) - const targetInput = page.locator('#field-items__2__text') + const targetInput = page.locator('#field-items__0__text') await expect(targetInput).toBeVisible()