fix e2e tests (#16970)

As per title!
This commit is contained in:
Charles Bochet
2026-01-06 18:52:15 +01:00
committed by GitHub
parent 6043edd53f
commit d53ec8f3c4
@@ -68,7 +68,6 @@ test('Create and update record', async ({ page }) => {
await emailInput.click({ force: true });
await page.getByPlaceholder('Email').fill(randomEmail);
await page.keyboard.press('Enter');
await page.keyboard.press('Escape');
await recordFieldList.getByText('Emails').first().click();