diff --git a/openmetadata-ui/src/main/resources/ui/playwright/e2e/Features/TeamsDragAndDrop.spec.ts b/openmetadata-ui/src/main/resources/ui/playwright/e2e/Features/TeamsDragAndDrop.spec.ts index d93e6c7ea849..a91ddc482b01 100644 --- a/openmetadata-ui/src/main/resources/ui/playwright/e2e/Features/TeamsDragAndDrop.spec.ts +++ b/openmetadata-ui/src/main/resources/ui/playwright/e2e/Features/TeamsDragAndDrop.spec.ts @@ -107,7 +107,7 @@ test.describe('Teams drag and drop should work properly', () => { await addTeamHierarchy(page, teamDetails); await getOrganizationResponse; - expect( + await expect( page.locator(`[data-row-key="${teamDetails.name}"]`) ).toContainText(teamDetails.description); } diff --git a/openmetadata-ui/src/main/resources/ui/playwright/e2e/Pages/DataQualityAndProfiler.spec.ts b/openmetadata-ui/src/main/resources/ui/playwright/e2e/Pages/DataQualityAndProfiler.spec.ts index 693cb4653911..7df5daf5af02 100644 --- a/openmetadata-ui/src/main/resources/ui/playwright/e2e/Pages/DataQualityAndProfiler.spec.ts +++ b/openmetadata-ui/src/main/resources/ui/playwright/e2e/Pages/DataQualityAndProfiler.spec.ts @@ -557,7 +557,7 @@ test('Update profiler setting modal', async ({ page }) => { }); test('TestCase filters', async ({ page }) => { - test.slow(); + test.setTimeout(360000); const { apiContext, afterAction } = await getApiContext(page); const filterTable1 = new TableClass();