Skip to content

Commit c28978b

Browse files
committed
add rults to test id
1 parent 3bda94f commit c28978b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/fizz-buzz/fizz-buzz.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
} @else {
7878
<h2>Result:</h2>
7979

80-
<mat-list role="list">
80+
<mat-list role="list" data-testid="fizz-buzz-results">
8181
@for(responseItem of (fizzBuzzResponse | keyvalue: sortByKeyAsNumber); track responseItem) {
8282
<mat-list-item role="listitem">
8383
<span matListItemTitle>{{ responseItem.key }}</span>

0 commit comments

Comments
 (0)