-
Notifications
You must be signed in to change notification settings - Fork 221
Investigate E2E CI caching issue #11874
Investigate E2E CI caching issue #11874
Conversation
The release ZIP for this PR is accessible via:
Script Dependencies ReportThere is no changed script dependency between this branch and trunk. This comment was automatically generated by the TypeScript Errors Report
🎉 🎉 This PR does not introduce new TS errors. |
Size Change: +7 B (0%) Total Size: 1.61 MB
ℹ️ View Unchanged
|
f0d625a
to
d13261d
Compare
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.
Thank you for working on this PR, @nielslange! The main issue is fixed. I added some comments below regarding the unskipped tests.
tests/e2e/tests/templates/checkout-template.block_theme.spec.ts
Outdated
Show resolved
Hide resolved
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.
@nielslange, could you fix the TS errors if the function admin.visitSiteEditor()
in the Cart and Checkout templates. These errors were introduced in #11866.
21a7474
to
6ce0e0a
Compare
7c9105e
to
8e22619
Compare
Thanks for your review, @tarhi-saad. I've address all your feedback and ensured that the tests are still passing. You can do another review now. |
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.
Thank you for the changes, @nielslange! 🙌 LGTM! 🚀
What
Fixes #11819
Fixes #11820
Why
In this PR, we address issues identified after our recent changes to the Page: Cart and Page: Checkout templates. Previously, in #11029, we updated these pages' heading levels from h2 to h1, and in #11709, we adjusted our E2E tests to align with these changes. However, we observed that the adjusted E2E tests were failing. Upon investigation, we identified the following problems:
Template options
button had been changed.This PR aims to resolve these issues, ensuring that our E2E tests reflect the latest template modifications.
Testing Instructions
Please consider any edge cases this change may have, and also other areas of the product this may impact.
Screenshots or screencast
n/a
WooCommerce Visibility
Required:
Checklist
Required:
[type]
label or a[skip-changelog]
label.Conditional:
[skip-changelog]
label is not present).Changelog
n/a