diff --git a/openmetadata-ui/src/main/resources/ui/playwright/e2e/Pages/SearchIndexApplication.spec.ts b/openmetadata-ui/src/main/resources/ui/playwright/e2e/Pages/SearchIndexApplication.spec.ts index b4a0e491b5a0..62502e889f22 100644 --- a/openmetadata-ui/src/main/resources/ui/playwright/e2e/Pages/SearchIndexApplication.spec.ts +++ b/openmetadata-ui/src/main/resources/ui/playwright/e2e/Pages/SearchIndexApplication.spec.ts @@ -113,6 +113,12 @@ test('Search Index Application', async ({ page }) => { await page.getByTestId('tree-select-widget').click(); + // Bring table option to view in dropdown via searching for it + await page + .getByTestId('tree-select-widget') + .getByRole('combobox') + .fill('Table'); + // uncheck the entity await page.getByRole('tree').getByTitle('Table').click();