fix tags page flaky playwright test (#19582)

This commit is contained in:
Ashish Gupta 2025-01-30 17:10:41 +05:30 committed by GitHub
parent 7afecdd59c
commit bef4b1f6a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)