Skip to content

Commit

Permalink
Add ids for automation (#1721)
Browse files Browse the repository at this point in the history
* adi3 lesson theme value id

* dynamic id
  • Loading branch information
IuliaDVSA authored Sep 12, 2024
1 parent defbd8c commit 5f93457
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h2 id="confirm-test-details-header" class="des-header-style-4">Confirm test det
[label]="'Lesson theme'"
[shouldHaveSeperator]="true"
>
<span class="mes-data" *ngFor="let lesson of (pageState.lessonTheme$ | async)">{{lesson}}<br></span>
<span class="mes-data" [id]="'lesson-theme-'+lesson+'-'+i" *ngFor="let lesson of (pageState.lessonTheme$ | async); let i = index">{{lesson}}<br></span>
</data-row-custom>
<!-- Lesson planning -->
<data-row
Expand Down

0 comments on commit 5f93457

Please sign in to comment.