@@ -159,6 +159,7 @@ export const AppSidebar = (props: PropsWithChildren<SidebarProps>) => {
159159 isExpanded = { isSidebarOpen }
160160 isCurrent = { route === '' }
161161 onClick = { ( ) => navigateTo ( 'home' ) }
162+ data-qa = "global_sidebar_navItem_myActivities"
162163 >
163164 < NavItemIcon >
164165 { route === '' ? < CampaignsIconActive /> : < CampaignsIcon /> }
@@ -178,6 +179,7 @@ export const AppSidebar = (props: PropsWithChildren<SidebarProps>) => {
178179 defaultExpandedSections = { [ 0 ] }
179180 isExpanded = { isSidebarOpen }
180181 isAnimated = { false }
182+ data-qa = "global_sidebar_navItem_projects"
181183 >
182184 < NavAccordionItem . Section >
183185 < NavAccordionItem . Header >
@@ -228,6 +230,7 @@ export const AppSidebar = (props: PropsWithChildren<SidebarProps>) => {
228230 isExpanded = { isSidebarOpen }
229231 isCurrent = { route === 'templates' }
230232 onClick = { ( ) => navigateTo ( 'templates' ) }
233+ data-qa = "global_sidebar_navItem_templates"
231234 >
232235 < NavItemIcon >
233236 { route === 'templates' ? (
@@ -250,6 +253,7 @@ export const AppSidebar = (props: PropsWithChildren<SidebarProps>) => {
250253 isCurrent = { route === `projects/${ archiveId } ` }
251254 onClick = { ( ) => navigateTo ( `projects/${ archiveId } ` ) }
252255 style = { { marginBottom : '16px' } }
256+ data-qa = "global_sidebar_navItem_archive"
253257 >
254258 < NavItemIcon isStyled >
255259 { route === `projects/${ archiveId } ` ? (
0 commit comments