mirror of
https://github.com/open-metadata/OpenMetadata
synced 2026-05-24 09:39:11 +00:00
fix index
This commit is contained in:
parent
9b2ca85f08
commit
988d3acfa0
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ test.describe('SubDomain Pagination', () => {
|
|||
|
||||
await test.step('Navigate to subdomains tab and verify initial data load', async () => {
|
||||
const subDomainRes = page.waitForResponse(
|
||||
'/api/v1/search/query?q=&index=domain_search_index&from=0&size=9*'
|
||||
'/api/v1/search/query?q=&index=domain&from=0&size=9*'
|
||||
);
|
||||
await page.getByTestId('subdomains').click();
|
||||
await subDomainRes;
|
||||
|
|
|
|||
Loading…
Reference in a new issue