+
Deleted field
diff --git a/tests/playwright/pages/Dashboard/Details/FieldsPage.ts b/tests/playwright/pages/Dashboard/Details/FieldsPage.ts
index 04a52629b4..e00cd8188c 100644
--- a/tests/playwright/pages/Dashboard/Details/FieldsPage.ts
+++ b/tests/playwright/pages/Dashboard/Details/FieldsPage.ts
@@ -239,6 +239,6 @@ export class FieldsPage extends BasePage {
}
async getField({ title }: { title: string }) {
- return this.fieldListWrapper.locator('> div').locator(`text=${title}`);
+ return this.fieldListWrapper.getByTestId('nc-field-title').locator(`text=${title}`);
}
}