-
Notifications
You must be signed in to change notification settings - Fork 392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: (CXSPA-8988) - Add missing labels for Combo boxes in Order Summary #19659
Conversation
spartacus Run #46150
Run Properties:
|
Project |
spartacus
|
Branch Review |
feature/CXSPA-8988
|
Run status |
Passed #46150
|
Run duration | 13m 34s |
Commit |
004ce2a382 ℹ️: Merge 8c9ff0201848604d82d1238e62f9382c9c7438f6 into 66aaa7400c5b9b4e75c79239a532...
|
Committer | petarmarkov9449 |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
3
|
Pending |
2
|
Skipped |
0
|
Passing |
125
|
Upgrade your plan to view test results. | |
View all changes introduced in this branch ↗︎ |
<span *ngIf="isMonthly" class="form-data-label">{{ | ||
'checkoutScheduledReplenishment.every' | cxTranslate | ||
}}</span> | ||
<div *cxFeature="'!a11yScheduleReplenishment'"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can use <ng-container>
to avoid the extra div
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've just updated it.
</select> | ||
<select | ||
*cxFeature="'a11yScheduleReplenishment'" | ||
id="order-replenishment-period-type" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can introduce id
attributes without a feature toggle because its not a breaking change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've just updated it.
</select> | ||
<select | ||
*cxFeature="'a11yScheduleReplenishment'" | ||
id="order-replenishment-period-type" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can introduce id
attributes without a feature toggle because its not a breaking change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've just updated it.
</select> | ||
<select | ||
*cxFeature="'a11yScheduleReplenishment'" | ||
id="order-replenishment-day-of-month" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can introduce id
attributes without a feature toggle because its not a breaking change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've just updated it.
Closes: CXSPA-8988
Add missing labels for Combo boxes in Order Summary