Skip to content

Commit 494d0eb

Browse files
authored
Remove duplicate data-test attribute from button
1 parent 6159c81 commit 494d0eb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/app/community-list-page/community-list/community-list.component.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<button *ngIf="hasChild(null, node) | async" type="button" class="btn btn-default" cdkTreeNodeToggle
2828
[attr.aria-label]="(node.isExpanded ? 'communityList.collapse' : 'communityList.expand') | translate:{ name: dsoNameService.getName(node.payload) }"
2929
(click)="toggleExpanded(node)"
30-
data-test="expand-button"
3130
(keyup.enter)="toggleExpanded(node)"
3231
(keyup.space)="toggleExpanded(node)"
3332
data-test="expand-button"

0 commit comments

Comments
 (0)