mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-27 00:31:42 +00:00
test(e2e): fix flaky searchIndexApplication.spec.ts (#19318)
This commit is contained in:
parent
89dae42407
commit
9f19b42668
@ -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();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user