-
Notifications
You must be signed in to change notification settings - Fork 393
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
fix: (CXSPA-8156) checkout - add landmarks #19405
fix: (CXSPA-8156) checkout - add landmarks #19405
Conversation
spartacus Run #45544
Run Properties:
|
Project |
spartacus
|
Branch Review |
feature/CXSPA-8156-associate-add-address-button-with-section-title
|
Run status |
Passed #45544
|
Run duration | 13m 09s |
Commit |
7b452c062b ℹ️: Merge d5c33fb64809ec2f38ae8e041144ccfb1fb0b551 into eca94ad64529042f66f1e7ff515b...
|
Committer | Stanislav Sukhanov |
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 ↗︎ |
42b599d
to
020d282
Compare
<h2 class="cx-checkout-title d-none d-lg-block d-xl-block"> | ||
{{ 'checkoutAddress.shippingAddress' | cxTranslate }} | ||
</h2> | ||
<section [attr.aria-label]="'checkoutAddress.shippingAddress' | cxTranslate"> |
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.
Unfortunately, I think changing the structure here would be breaking.
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.
Hi @Pio-Bar! Thanks for your comment 👍 . Fixed
020d282
to
cd9e468
Compare
@StanislavSukhanov works perfect! Can you please apply the same solution to three remaining sections using the following labels:
Thanks! |
0be8816
54a4e60
to
0be8816
Compare
* add a landmark for checkout delivery address component to get a 'new address button' associated with an appropriate content. * closes https://jira.tools.sap/browse/CXSPA-8156
* add a landmark for checkout delivery address component to get a 'new address button' associated with an appropriate content. * add an aria-describedby attribute to 'new address button' to get it narrated in Voice Over. * closes https://jira.tools.sap/browse/CXSPA-8156
* add a landmark for checkout delivery address component to get a 'new address button' associated with an appropriate content. * closes https://jira.tools.sap/browse/CXSPA-8156
* add feature toggles; * closes https://jira.tools.sap/browse/CXSPA-8156
* add landmarks for delivery mode and payment method * closes https://jira.tools.sap/browse/CXSPA-8156
0be8816
to
d5c33fb
Compare
checkout page add landmarks to: shipping address, delivery mode, payment sections
closes https://jira.tools.sap/browse/CXSPA-8156