diff --git a/openmetadata-ui/src/main/resources/ui/playwright/e2e/Pages/Glossary.spec.ts b/openmetadata-ui/src/main/resources/ui/playwright/e2e/Pages/Glossary.spec.ts index 74f7f1565ad..cb41b0dcedb 100644 --- a/openmetadata-ui/src/main/resources/ui/playwright/e2e/Pages/Glossary.spec.ts +++ b/openmetadata-ui/src/main/resources/ui/playwright/e2e/Pages/Glossary.spec.ts @@ -806,6 +806,8 @@ test.describe('Glossary tests', () => { test('Assign Glossary Term to entity and check assets', async ({ browser, }) => { + test.slow(true); + const { page, afterAction, apiContext } = await performAdminLogin(browser); const table = new TableClass(); const glossary1 = new Glossary(); diff --git a/openmetadata-ui/src/main/resources/ui/playwright/e2e/Pages/UserDetails.spec.ts b/openmetadata-ui/src/main/resources/ui/playwright/e2e/Pages/UserDetails.spec.ts index cb96de48927..b89c2298347 100644 --- a/openmetadata-ui/src/main/resources/ui/playwright/e2e/Pages/UserDetails.spec.ts +++ b/openmetadata-ui/src/main/resources/ui/playwright/e2e/Pages/UserDetails.spec.ts @@ -163,7 +163,9 @@ test.describe('User with different Roles', () => { state: 'visible', }); - await userPage.locator(descriptionBox).clear(); + await userPage.click(descriptionBox); + await userPage.keyboard.press('ControlOrMeta+A'); + await userPage.keyboard.press('Backspace'); await expect(userPage.locator(descriptionBox)).not.toContainText( 'Name of the User'