We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 779a48b commit a650422Copy full SHA for a650422
1 file changed
openmetadata-ui/src/main/resources/ui/playwright/e2e/Flow/PlatformLineage.spec.ts
@@ -17,6 +17,10 @@ import { sidebarClick } from '../../utils/sidebar';
17
import { test } from '../fixtures/pages';
18
19
test('Verify Platform Lineage View', async ({ page }) => {
20
+
21
+ // Need to add more time for AUT and not for PR checks
22
+ test.slow(process.env.PLAYWRIGHT_IS_OSS !== undefined);
23
24
await redirectToHomePage(page);
25
const lineageRes = page.waitForResponse(
26
'/api/v1/lineage/getPlatformLineage?view=service*'
0 commit comments