fix: reverts selector in array bulk update test to original to get passing test (#5512)

This commit is contained in:
Patrik
2024-03-29 09:00:48 -04:00
committed by GitHub
parent cb3723242c
commit da4a2a2494

View File

@@ -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()