diff --git a/projects/storefrontlib/cms-components/content/tab/panel/tab-panel.component.html b/projects/storefrontlib/cms-components/content/tab/panel/tab-panel.component.html
index 7c9f1026c48..1e17a8eeac8 100644
--- a/projects/storefrontlib/cms-components/content/tab/panel/tab-panel.component.html
+++ b/projects/storefrontlib/cms-components/content/tab/panel/tab-panel.component.html
@@ -1,7 +1,6 @@
{
expect(tabPanel?.getAttribute('tabindex')).toEqual('0');
expect(tabPanel?.getAttribute('role')).toEqual('tabpanel');
expect(tabPanel?.getAttribute('class')).toEqual('active');
- expect(tabPanel?.getAttribute('aria-labelledby')).toEqual('1');
});
it('should have correct attribues when is open in ACCORDIAN mode', () => {
@@ -58,7 +57,6 @@ describe('TabPanelComponent', () => {
expect(tabPanel?.getAttribute('tabindex')).toEqual('0');
expect(tabPanel?.getAttribute('role')).toEqual('region');
expect(tabPanel?.getAttribute('class')).toEqual('active');
- expect(tabPanel?.getAttribute('aria-labelledby')).toEqual('1');
});
it('should have correct attribues when disableBorderFocus is active', () => {