Skip to content

Commit

Permalink
fix tags page flaky playwright test (#19582)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashish8689 authored Jan 30, 2025
1 parent 7afecdd commit bef4b1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openmetadata-ui/src/main/resources/ui/playwright/utils/tag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bef4b1f

Please sign in to comment.