We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6159c81 commit 494d0ebCopy full SHA for 494d0eb
1 file changed
src/app/community-list-page/community-list/community-list.component.html
@@ -27,7 +27,6 @@
27
<button *ngIf="hasChild(null, node) | async" type="button" class="btn btn-default" cdkTreeNodeToggle
28
[attr.aria-label]="(node.isExpanded ? 'communityList.collapse' : 'communityList.expand') | translate:{ name: dsoNameService.getName(node.payload) }"
29
(click)="toggleExpanded(node)"
30
- data-test="expand-button"
31
(keyup.enter)="toggleExpanded(node)"
32
(keyup.space)="toggleExpanded(node)"
33
data-test="expand-button"
0 commit comments