mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-25 17:37:57 +00:00
fix AUT failure for ingestion bot (#20561)
This commit is contained in:
parent
663839bd85
commit
624cdfcd33
@ -172,6 +172,7 @@ export const selectDataProduct = async (
|
||||
|
||||
const goToAssetsTab = async (page: Page, domain: Domain['data']) => {
|
||||
await selectDomain(page, domain);
|
||||
await page.waitForSelector('[data-testid="loader"]', { state: 'detached' });
|
||||
await checkDomainDisplayName(page, domain.displayName);
|
||||
await page.getByTestId('assets').click();
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user