mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 11:39:12 +00:00
chore(ui): fix lineage cycle playwright test (#23545)
This commit is contained in:
parent
91067467a7
commit
68f496a2df
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user