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

Merged
merged 5 commits into from
Dec 3, 2024

Conversation

petarmarkov9449
Copy link
Contributor

@petarmarkov9449 petarmarkov9449 commented Nov 28, 2024

Closes: 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 #46150

Run Properties:  status check passed Passed #46150  •  git commit 004ce2a382 ℹ️: Merge 8c9ff0201848604d82d1238e62f9382c9c7438f6 into 66aaa7400c5b9b4e75c79239a532...
Project spartacus
Branch Review feature/CXSPA-8988
Run status status check passed Passed #46150
Run duration 13m 34s
Commit git commit 004ce2a382 ℹ️: Merge 8c9ff0201848604d82d1238e62f9382c9c7438f6 into 66aaa7400c5b9b4e75c79239a532...
Committer petarmarkov9449
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 3
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
@github-actions github-actions bot marked this pull request as draft December 3, 2024 07:22
@petarmarkov9449 petarmarkov9449 marked this pull request as ready for review December 3, 2024 07:30
@github-actions github-actions bot marked this pull request as draft December 3, 2024 07:54
@petarmarkov9449 petarmarkov9449 marked this pull request as ready for review December 3, 2024 07:56
@petarmarkov9449 petarmarkov9449 merged commit 287bc44 into develop Dec 3, 2024
28 checks passed
@petarmarkov9449 petarmarkov9449 deleted the feature/CXSPA-8988 branch December 3, 2024 08:21
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