We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea895c4 commit 22808b7Copy full SHA for 22808b7
script-gen-ui/src/app/components/main-sweep/list/list.component.html
@@ -8,6 +8,7 @@ <h3 style="margin: 0">List</h3>
8
<div style="width: 14vw">
9
<app-input-numeric
10
[label]="'Points/Steps'"
11
+ automationID="'numberOfPointsOrSteps'"
12
[(ngModel)]="noOfPointsOrSteps"
13
name="noOfPointsOrSteps"
14
*ngIf="noOfPointsOrSteps !== undefined && noOfPointsOrSteps !== null"
@@ -36,6 +37,7 @@ <h3 style="margin: 0">List</h3>
36
37
<td *ngFor="let sweep of listsWithNames">
38
<app-input-plain
39
[unit]="sweep.list[i].unit"
40
+ automationID= "point-{{(i + 1)}}-{{sweep.chanName}}"
41
[(ngModel)]="sweep.list[i].value"
42
(keydown.enter)="onEnter()"
43
style="width: 95%"
0 commit comments