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

[CYS] Update path to intro when exiting the assembler #44771

Merged
merged 6 commits into from Feb 27, 2024

Conversation

albarin
Copy link
Contributor

@albarin albarin commented Feb 19, 2024

Submission Review Guidelines:

Changes proposed in this Pull Request:

Closes #44766

How to test the changes in this Pull Request:

Using the WooCommerce Testing Instructions Guide, include your detailed testing instructions:

  1. Ensure the WooCommerce Beta Tester plugin is installed and activated (available on this monorepo).
  2. Head over to /wp-admin/tools.php?page=woocommerce-admin-test-helper and enable customize-store feature flag.
  3. Go to WooCommerce > Home, click on Start customizing, and finish the flow.
  4. Click on the back arrow next to the Let's get creative title
  5. On the modal, click on Exit and lose changes.
  6. Make sure you are redirected to the CYS intro step and the URL is wp-admin/admin.php?page=wc-admin&customizing=true&path=%2Fcustomize-store%2Fintro.
  7. Test also in WooExpress.

Changelog entry

  • Automatically create a changelog entry from the details below.

Significance

  • Patch
  • Minor
  • Major

Type

  • Fix - Fixes an existing bug
  • Add - Adds functionality
  • Update - Update existing functionality
  • Dev - Development related task
  • Tweak - A minor adjustment to the codebase
  • Performance - Address performance issues
  • Enhancement - Improvement to existing functionality

Message

[CYS] Fix the intro path when exiting the assembler.

Comment

@albarin albarin marked this pull request as ready for review February 19, 2024 12:55
@github-actions github-actions bot added the plugin: woocommerce Issues related to the WooCommerce Core plugin. label Feb 19, 2024
@woocommercebot woocommercebot requested review from a team and dinhtungdu and removed request for a team February 19, 2024 12:56
@albarin albarin requested review from gigitux and nefeline and removed request for dinhtungdu February 19, 2024 12:56
Copy link
Contributor

github-actions bot commented Feb 19, 2024

Hi @gigitux, @nefeline, @woocommerce/woo-fse

Apart from reviewing the code changes, please make sure to review the testing instructions as well.

You can follow this guide to find out what good testing instructions should look like:
https://github.com/woocommerce/woocommerce/wiki/Writing-high-quality-testing-instructions

Copy link
Contributor

github-actions bot commented Feb 19, 2024

Test Results Summary

Commit SHA: 3574a24

Test 🧪Passed ✅Failed 🚨Broken 🚧Skipped ⏭️Unknown ❔Total 📊Duration ⏱️
API Tests25900202610m 38s
E2E Tests312003103436m 47s

To view the full API test report, click here.
To view the full E2E test report, click here.
To view all test reports, visit the WooCommerce Test Reports Dashboard.

@nefeline
Copy link
Member

Thanks for your work here, @albarin ! I'm seeing an intermediary (seems to be the editor) screen whenever clicking on Exit and lose changes:

Screen.Recording.2024-02-20.at.10.15.08.mov

Is this expected?

@albarin
Copy link
Contributor Author

albarin commented Feb 20, 2024

Is this expected?

Hmm, it's not, I'm not sure why is this happening. I'll need to investigate.

@albarin albarin marked this pull request as draft February 20, 2024 11:49
@albarin albarin marked this pull request as ready for review February 26, 2024 11:55
@albarin albarin removed the request for review from gigitux February 26, 2024 11:55
@woocommercebot woocommercebot requested a review from a team February 26, 2024 11:55
@albarin albarin requested a review from gigitux February 26, 2024 11:55
@albarin
Copy link
Contributor Author

albarin commented Feb 26, 2024

@gigitux @nefeline I've been checking this a bit more and I can reproduce it on trunk, could you try it?
If that's the case I think we can merge the PR and open an issue to check this further.

Nvm, I found the issue and fixed it in this same PR 😄

Copy link
Contributor

@gigitux gigitux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@albarin albarin merged commit 27ee0fd into trunk Feb 27, 2024
30 checks passed
@albarin albarin deleted the 44766-fix-cys-wrong-path branch February 27, 2024 08:28
@github-actions github-actions bot added this to the 8.8.0 milestone Feb 27, 2024
@github-actions github-actions bot added the needs: analysis Indicates if the PR requires a PR testing scrub session. label Feb 27, 2024
@nigeljamesstevenson nigeljamesstevenson added needs: external testing Indicates if the PR requires further testing conducted by testers external to the development team. status: analysis complete Indicates if a PR has been analysed by Solaris and removed needs: analysis Indicates if the PR requires a PR testing scrub session. labels Feb 27, 2024
Konamiman pushed a commit that referenced this pull request Mar 13, 2024
* Update path to intro when exiting the assembler

* Add changefile(s) from automation for the following project(s): woocommerce

* Fix styling

* Fix linting error

---------

Co-authored-by: github-actions <github-actions@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs: external testing Indicates if the PR requires further testing conducted by testers external to the development team. plugin: woocommerce Issues related to the WooCommerce Core plugin. status: analysis complete Indicates if a PR has been analysed by Solaris
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CYS] Fix path when clicking on the "Exit and loose changes" button
4 participants