mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-12 07:48:14 +00:00
fix flaky glossary version page test failure (#21012)
This commit is contained in:
parent
0a242ce83f
commit
1447767d0c
@ -222,6 +222,12 @@ test('GlossaryTerm', async ({ page }) => {
|
||||
await page.click('[data-testid="version-button"]');
|
||||
await versionPageResponse;
|
||||
|
||||
await page.waitForLoadState('networkidle');
|
||||
|
||||
await page
|
||||
.locator('[data-testid="glossary-reviewer"] [data-testid="diff-added"]')
|
||||
.scrollIntoViewIfNeeded();
|
||||
|
||||
await expect(
|
||||
page.locator(
|
||||
'[data-testid="glossary-reviewer"] [data-testid="diff-added"]'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user