We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 663e4d9 commit 75c3ad2Copy full SHA for 75c3ad2
1 file changed
openmetadata-ui/src/main/resources/ui/playwright/utils/entity.ts
@@ -158,7 +158,7 @@ export const addOwner = async ({
158
const searchRetry = page.waitForResponse(
159
(response) =>
160
response.url().includes('/api/v1/search/query') &&
161
- response.url().includes('user_search_index')
+ response.url().includes(encodeURIComponent(owner))
162
);
163
await ownerSearchInput.fill('');
164
await ownerSearchInput.fill(owner);
0 commit comments