Revert "Fix"

This reverts commit 70603a1af6.
This commit is contained in:
Weiko
2026-04-17 13:15:57 +02:00
parent 70603a1af6
commit 7aa60fd20b
2 changed files with 2 additions and 5 deletions
@@ -64,7 +64,7 @@ test('Create and update record', async ({ page }) => {
await lastNameInput.press('Enter');
// Focus on recordFieldList
const recordFieldList = page.getByTestId('record-fields-widget');
const recordFieldList = page.getByTestId('person-widget-fields');
await expect(recordFieldList).toBeVisible();
await recordFieldList.getByText('Emails').first().click();