Skip to content

Commit

Permalink
fix glossary playwright flakiness (#19667)
Browse files Browse the repository at this point in the history
  • Loading branch information
karanh37 authored Feb 4, 2025
1 parent 8dba4a5 commit 04ebabc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1094,6 +1094,7 @@ export const approveTagsTask = async (
await sidebarClick(page, SidebarItem.GLOSSARY);
await glossaryTermsResponse;
await selectActiveGlossary(page, entity.data.displayName);
await page.waitForLoadState('networkidle');

const tagVisibility = await page.isVisible(
`[data-testid="tag-${value.tag}"]`
Expand Down

0 comments on commit 04ebabc

Please sign in to comment.