-
Notifications
You must be signed in to change notification settings - Fork 388
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
base: develop
Are you sure you want to change the base?
Conversation
spartacus Run #46098
Run Properties:
|
Project |
spartacus
|
Branch Review |
feature/CXSPA-8988
|
Run status |
Passed #46098
|
Run duration | 14m 35s |
Commit |
9ec3c2590d ℹ️: Merge e58d0012ad7a7ae10f3a68b1dafcb66538a8bdba into 5467c2d4e2bdc91e3daa7f6bd3f2...
|
Committer | petarmarkov9449 |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
4
|
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.
Ticket: CXSPA-8988
Add missing labels for Combo boxes in Order Summary