Skip to content

Commit 41df97c

Browse files
siddhant1Siddhant
authored andcommitted
remove glossary badge assertion (#26015)
Co-authored-by: Siddhant <siddhant@MacBook-Pro.local> (cherry picked from commit 8ac95a3)
1 parent ab1c3f2 commit 41df97c

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -290,16 +290,6 @@ test.describe('Glossary Bulk Import Export', () => {
290290
}
291291
);
292292

293-
await test.step('should have term in review state', async () => {
294-
await sidebarClick(page, SidebarItem.GLOSSARY);
295-
await selectActiveGlossary(page, glossary1.data.displayName);
296-
await selectActiveGlossaryTerm(page, glossaryTerm1.data.displayName);
297-
298-
const statusBadge = page.locator('.status-badge');
299-
300-
await expect(statusBadge).toHaveText('Approved');
301-
});
302-
303293
await test.step('delete custom properties', async () => {
304294
for (const propertyName of Object.values(propertyListName)) {
305295
await settingClick(page, GlobalSettingOptions.GLOSSARY_TERM, true);

0 commit comments

Comments
 (0)