Skip to content

Commit f31d8aa

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,7 +1455,9 @@ test.describe('Glossary tests', () => {
14551455

14561456
// Delete A (succeeds - not mocked, real deletion)
14571457
await selectActiveGlossary(page, glossaryA.data.displayName);
1458+
const glossaryARefetch = waitForGlossaryListRefetch(page);
14581459
await initiateDelete(page);
1460+
await glossaryARefetch;
14591461
await sidebarClick(page, SidebarItem.GLOSSARY);
14601462
await expectGlossaryNotVisible(page, glossaryA.data.displayName);
14611463

0 commit comments

Comments
 (0)