2022-06-09 12:43:17 +00:00
# Testing notes and ZIP for release 2.9.0
2020-07-06 23:19:17 +00:00
Zip file for testing: tbc
2022-06-09 12:43:17 +00:00
## Testing notes
2020-07-06 23:19:17 +00:00
## Correctly sort translated state and country drop-down menus in Checkout block. #2779
2022-06-09 12:43:17 +00:00
2020-07-06 23:19:17 +00:00
In some languages, the `State` and `Country` drop-down menus in the checkout block were sorted incorrectly. They should now be alphabetically sorted in all circumstances.
2022-06-09 12:43:17 +00:00
1. Edit the `Checkout` page, remove the `[checkout]` shortcode, add the `Checkout` block, and save changes.
2020-07-06 23:19:17 +00:00
1. Go to `Dashboard > Settings > General` , select `Català` from `Site Language` , click `Save Changes` .
1. Update language packs: `Dashboard > Updates > Download translation packs` .
1. View the front end of your site and add a product to the cart. Navigate to checkout page.
1. In checkout, select `Espanya` (Spain) from `País / Regió` (country) dropdown.
1. Click `Província` (state) dropdown and confirm that the menu items are alphabetically sorted.