Skip to content
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

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

petarmarkov9449
Copy link
Contributor

Ticket: CXSPA-8988

Add missing labels for Combo boxes in Order Summary

@petarmarkov9449 petarmarkov9449 requested a review from a team as a code owner November 28, 2024 16:06
@github-actions github-actions bot marked this pull request as draft November 28, 2024 16:06
@petarmarkov9449 petarmarkov9449 marked this pull request as ready for review November 28, 2024 16:32
Copy link

cypress bot commented Nov 28, 2024

spartacus    Run #46098

Run Properties:  status check passed Passed #46098  •  git commit 9ec3c2590d ℹ️: Merge e58d0012ad7a7ae10f3a68b1dafcb66538a8bdba into 5467c2d4e2bdc91e3daa7f6bd3f2...
Project spartacus
Branch Review feature/CXSPA-8988
Run status status check passed Passed #46098
Run duration 14m 35s
Commit git commit 9ec3c2590d ℹ️: Merge e58d0012ad7a7ae10f3a68b1dafcb66538a8bdba into 5467c2d4e2bdc91e3daa7f6bd3f2...
Committer petarmarkov9449
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 4
Tests that did not run due to a developer annotating a test with .skip  Pending 2
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 125
⚠️ You've recorded test results over your free plan limit.
Upgrade your plan to view test results.
View all changes introduced in this branch ↗︎

Pio-Bar
Pio-Bar previously approved these changes Nov 29, 2024
<span *ngIf="isMonthly" class="form-data-label">{{
'checkoutScheduledReplenishment.every' | cxTranslate
}}</span>
<div *cxFeature="'!a11yScheduleReplenishment'">
Copy link
Contributor

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

Copy link
Contributor Author

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.

@github-actions github-actions bot marked this pull request as draft November 29, 2024 11:12
@petarmarkov9449 petarmarkov9449 marked this pull request as ready for review November 29, 2024 11:13
</select>
<select
*cxFeature="'a11yScheduleReplenishment'"
id="order-replenishment-period-type"
Copy link
Contributor

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.

Copy link
Contributor Author

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"
Copy link
Contributor

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.

Copy link
Contributor Author

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"
Copy link
Contributor

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.

Copy link
Contributor Author

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.

@github-actions github-actions bot marked this pull request as draft November 29, 2024 15:06
@petarmarkov9449 petarmarkov9449 marked this pull request as ready for review November 29, 2024 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants