Skip to content

Commit 6bcb5f8

Browse files
authored
test: restore OntologyExplorer entry in sidebar (#27654)
1 parent 18e2c75 commit 6bcb5f8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • openmetadata-ui/src/main/resources/ui/playwright/constant

openmetadata-ui/src/main/resources/ui/playwright/constant/sidebar.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ export const SIDEBAR_LIST_ITEMS = {
4747
SidebarItem.OBSERVABILITY_ALERT,
4848
],
4949
[SidebarItem.GLOSSARY]: [SidebarItem.GOVERNANCE, SidebarItem.GLOSSARY],
50+
[SidebarItem.ONTOLOGY_EXPLORER]: [
51+
SidebarItem.GOVERNANCE,
52+
SidebarItem.ONTOLOGY_EXPLORER,
53+
],
5054
[SidebarItem.TAGS]: [SidebarItem.GOVERNANCE, SidebarItem.TAGS],
5155
[SidebarItem.METRICS]: [SidebarItem.GOVERNANCE, SidebarItem.METRICS],
5256
[SidebarItem.DATA_MARKETPLACE]: [

0 commit comments

Comments
 (0)