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 - Core: Font Library: disable the installation of the fonts #44311

Merged
merged 5 commits into from
Feb 2, 2024

Conversation

gigitux
Copy link
Contributor

@gigitux gigitux commented Feb 2, 2024

Submission Review Guidelines:

Changes proposed in this Pull Request:

Currently, the installation of the fonts is available only when a specific version of Gutenberg is installed. Even if the CYS Core flow is still WIP to avoid that E2E tests fail, we are disabling it.

For more details, check #44315.

How to test the changes in this Pull Request:

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

  1. Create a new WooCommerce installation with this version.
  2. Ensure the WooCommerce Beta Tester plugin is installed and activated (available on this monorepo).
  3. Head over to /wp-admin/tools.php?page=woocommerce-admin-test-helper and enable customize-store feature flag.
  4. Ensure that Gutenberg is not installed
  5. Visit the wp-admin/admin.php?page=wc-admin&path=/customize-store.
  6. Follow the process.
  7. Ensure that you don't have any issue.

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

Comment

CYS - Core: Font Library: Avoid crashing when Gutenberg is not installed.

@gigitux gigitux changed the title avoid crash when Gutenberg is not installed CYS - Core: Font Library: disable the installation of the fonts Feb 2, 2024
Copy link
Contributor

github-actions bot commented Feb 2, 2024

Test Results Summary

Commit SHA: 0df9a34

Test 🧪Passed ✅Failed 🚨Broken 🚧Skipped ⏭️Unknown ❔Total 📊Duration ⏱️
API Tests25900202610m 37s
E2E Tests293001503089m 29s

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.

@gigitux gigitux self-assigned this Feb 2, 2024
@gigitux gigitux marked this pull request as ready for review February 2, 2024 15:06
@gigitux gigitux added focus: customize-your-store Issues related to the Customize Your Store onboarding flow. team: Kirigami & Origami WC Store Editing (FSE) labels Feb 2, 2024
@woocommercebot woocommercebot requested review from a team and samueljseay and removed request for a team February 2, 2024 15:08
Copy link
Contributor

github-actions bot commented Feb 2, 2024

Hi @samueljseay, @adimoldovan,

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

@github-actions github-actions bot added the plugin: woocommerce Issues related to the WooCommerce Core plugin. label Feb 2, 2024
@adimoldovan adimoldovan self-requested a review February 2, 2024 15:13
Copy link
Contributor

@adimoldovan adimoldovan left a comment

Choose a reason for hiding this comment

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

Tested good to me 👍🏼

@gigitux gigitux merged commit 5937b3d into trunk Feb 2, 2024
32 checks passed
@gigitux gigitux deleted the fix/e2e-test-failure branch February 2, 2024 15:34
@github-actions github-actions bot added this to the 8.7.0 milestone Feb 2, 2024
@github-actions github-actions bot added the needs: analysis Indicates if the PR requires a PR testing scrub session. label Feb 2, 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 5, 2024
samueljseay pushed a commit that referenced this pull request Feb 6, 2024
* avoid crash when Gutenberg is not installed

* add issue link

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

---------

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
focus: customize-your-store Issues related to the Customize Your Store onboarding flow. 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 team: Kirigami & Origami WC Store Editing (FSE)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants