Skip to content

Commit

Permalink
NAS-128701: ixTest updates in scheduler (#10278)
Browse files Browse the repository at this point in the history
  • Loading branch information
undsoft authored Jul 3, 2024
1 parent 299cb3b commit 5842cb0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
*ngIf="customCrontab"
class="schedule-option"
[value]="customCrontab"
[ixTest]="[controlDirective.name, 'presets', customCrontab]"
[ixTest]="[controlDirective.name, 'presets', 'custom']"
(onSelectionChange)="onOptionSelectionChange($event)"
>
{{ 'Custom' | translate }}
Expand All @@ -41,7 +41,7 @@
<mat-option
class="schedule-option"
[value]="customValue"
[ixTest]="[controlDirective.name, 'presets', customValue]"
[ixTest]="[controlDirective.name, 'create-custom']"
(onSelectionChange)="onOptionSelectionChange($event)"
>
{{ 'Create' | translate }}
Expand Down

0 comments on commit 5842cb0

Please sign in to comment.