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

Unskip Mini Cart i18n test #45371

Merged
merged 6 commits into from Mar 8, 2024

Conversation

nielslange
Copy link
Member

@nielslange nielslange commented Mar 7, 2024

Submission Review Guidelines:

Changes proposed in this Pull Request:

Closes #45346.

This PR contains the following changes:

  • Unskip test User can see translation in empty Mini-Cart.
  • Install language packs in plugins/woocommerce-blocks/tests/e2e/tests/cart/cart-checkout-block-translations.shopper.block_theme.side_effects.spec.ts.
  • Install language packs in plugins/woocommerce-blocks/tests/e2e/tests/mini-cart/mini-cart-block.shopper.block_theme.side_effects.spec.ts.
  • Delete plugins/woocommerce-blocks/tests/e2e/bin/scripts/parallel/translations.sh as language pcks will be installed directly in the previous mentioned files.

How to test the changes in this Pull Request:

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

  1. Verify that all CI tests are passing.

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

Copy link
Contributor

github-actions bot commented Mar 7, 2024

Test Results Summary

Commit SHA: 219bded

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

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.

@github-actions github-actions bot added the plugin: woocommerce Issues related to the WooCommerce Core plugin. label Mar 7, 2024
@nielslange nielslange marked this pull request as ready for review March 7, 2024 10:15
@woocommercebot woocommercebot requested review from a team and opr and removed request for a team March 7, 2024 10:16
Copy link
Contributor

github-actions bot commented Mar 7, 2024

Hi @gigitux, @opr,

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

@nielslange nielslange requested a review from gigitux March 7, 2024 10:23
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.

Thanks for your work! LGTM! 🙇

I'm pre-approving the PR, but I left a comment.

npm run wp-env run tests-cli -- wp language plugin update woocommerce

Is this command necessary?

@nielslange
Copy link
Member Author

Thanks for reviewing and pre-approving this PR, @gigitux. I've updated the PR based on your feedback and as all tests are passing, I'm merging it now.

@nielslange nielslange merged commit ba85f36 into trunk Mar 8, 2024
56 checks passed
@nielslange nielslange deleted the try/45346-fix-failing-mini-cart-i18n-tests branch March 8, 2024 05:39
@github-actions github-actions bot added this to the 8.8.0 milestone Mar 8, 2024
@github-actions github-actions bot added the needs: analysis Indicates if the PR requires a PR testing scrub session. label Mar 8, 2024
@Stojdza Stojdza added 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 Mar 8, 2024
Konamiman pushed a commit that referenced this pull request Mar 13, 2024
* Unskip Mini Cart i18n test

* Install language packs before each i18n-related test suite

* Delete translations.sh

* Add changelog

* Replace deprecated WP-CLI command

* Remove obsolete WP-CLI command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

[Mini Cart] E2E tests: tests regarding translations are failing
3 participants