chore(ui): fix lineage cycle playwright test (#23545)

This commit is contained in:
Ashish Gupta 2025-09-25 10:47:01 +05:30 committed by GitHub
parent 91067467a7
commit 68f496a2df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -565,7 +565,7 @@ test('Verify cycle lineage should be handled properly', async ({ browser }) => {
await page.reload();
await page.waitForLoadState('networkidle');
await page.getByTestId('fit-screen').click();
await performZoomOut(page);
await expect(page.getByTestId(`lineage-node-${tableFqn}`)).toBeVisible();
await expect(page.getByTestId(`lineage-node-${topicFqn}`)).toBeVisible();