Skip to content

Commit 70cea7c

Browse files
siddhant1Copilot
andauthored
Update openmetadata-ui/src/main/resources/ui/playwright/e2e/Pages/DomainDataProductSearchScope.spec.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b1b29f5 commit 70cea7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

openmetadata-ui/src/main/resources/ui/playwright/e2e/Pages/DomainDataProductSearchScope.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ const dataProduct = new DataProduct([domain]);
2525

2626
const test = base.extend<{ page: Page }>({
2727
page: async ({ browser }, setPage) => {
28-
const { page } = await performAdminLogin(browser);
28+
const { page, afterAction } = await performAdminLogin(browser);
2929
await setPage(page);
30-
await page.close();
30+
await afterAction();
3131
},
3232
});
3333

0 commit comments

Comments
 (0)