diff --git a/openvidu-components-angular/e2e/nested-components/structural-directives.test.ts b/openvidu-components-angular/e2e/nested-components/structural-directives.test.ts
index 170e02eb..c283a660 100644
--- a/openvidu-components-angular/e2e/nested-components/structural-directives.test.ts
+++ b/openvidu-components-angular/e2e/nested-components/structural-directives.test.ts
@@ -133,7 +133,7 @@ describe('OpenVidu Components STRUCTURAL toolbar directives', () => {
expect(await utils.isPresent('#custom-toolbar-additional-panel-buttons')).toBeTrue();
element = await browser.findElements(By.id('toolbar-additional-panel-btn'));
- expect(element.length).toEqual(2);
+ expect(element.length).toEqual(1);
// Check if custom toolbar not is present
expect(await utils.isPresent('#custom-toolbar')).toBeFalse();
diff --git a/openvidu-components-angular/src/app/testing-app/testing.component.html b/openvidu-components-angular/src/app/testing-app/testing.component.html
index 53a97d95..b168f206 100644
--- a/openvidu-components-angular/src/app/testing-app/testing.component.html
+++ b/openvidu-components-angular/src/app/testing-app/testing.component.html
@@ -136,9 +136,6 @@
-