test(e2e): fix flaky searchIndexApplication.spec.ts (#19318)

This commit is contained in:
Chirag Madlani 2025-01-11 11:15:16 +05:30 committed by GitHub
parent 89dae42407
commit 9f19b42668
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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