mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-31 12:39:01 +00:00
fix tags page flaky playwright test (#19582)
This commit is contained in:
parent
7afecdd59c
commit
bef4b1f6a3
@ -52,6 +52,8 @@ export const visitClassificationPage = async (
|
||||
await sidebarClick(page, SidebarItem.TAGS);
|
||||
await classificationResponse;
|
||||
|
||||
await page.waitForLoadState('networkidle');
|
||||
|
||||
await page
|
||||
.getByTestId('data-summary-container')
|
||||
.getByText(classificationDisplayName)
|
||||
|
Loading…
x
Reference in New Issue
Block a user