Commit c552799da8a for woocommerce

commit c552799da8a172d894394e49e75726186e4239f6
Author: Seghir Nadir <nadir.seghir@gmail.com>
Date:   Thu Jul 9 17:04:46 2026 +0100

    Fix stale Algeria wilaya data in onboarding test fixture (#66460)

    Fix stale DZ-11 label and add missing DZ-49 to DZ-58 Algeria wilayas to onboarding test fixture

    The onboarding country/state test fixture still spelled DZ-11 as
    'Tamanghasset' and was missing the 10 wilayas added in states.php
    (DZ-49 through DZ-58), leaving the fixture out of sync with the real
    Algeria subdivision data.

diff --git a/packages/js/onboarding/changelog/fix-dz-states-test-fixture b/packages/js/onboarding/changelog/fix-dz-states-test-fixture
new file mode 100644
index 00000000000..0ecc1c51f12
--- /dev/null
+++ b/packages/js/onboarding/changelog/fix-dz-states-test-fixture
@@ -0,0 +1,4 @@
+Significance: patch
+Type: dev
+
+Fix stale 'Tamanghasset' spelling and add missing DZ-49 through DZ-58 Algeria wilayas to the onboarding country/state test fixture.
diff --git a/packages/js/onboarding/src/utils/countries/test/utils/country-options.ts b/packages/js/onboarding/src/utils/countries/test/utils/country-options.ts
index 026c22a38ad..5e8a1c37687 100644
--- a/packages/js/onboarding/src/utils/countries/test/utils/country-options.ts
+++ b/packages/js/onboarding/src/utils/countries/test/utils/country-options.ts
@@ -97,7 +97,7 @@ export const countryStateOptions = [
 	},
 	{
 		key: 'DZ:DZ-11',
-		label: 'Algeria — Tamanghasset',
+		label: 'Algeria — Tamanrasset',
 	},
 	{
 		key: 'DZ:DZ-12',
@@ -247,6 +247,46 @@ export const countryStateOptions = [
 		key: 'DZ:DZ-48',
 		label: 'Algeria — Relizane',
 	},
+	{
+		key: 'DZ:DZ-49',
+		label: 'Algeria — Timimoun',
+	},
+	{
+		key: 'DZ:DZ-50',
+		label: 'Algeria — Bordj Badji Mokhtar',
+	},
+	{
+		key: 'DZ:DZ-51',
+		label: 'Algeria — Ouled Djellal',
+	},
+	{
+		key: 'DZ:DZ-52',
+		label: 'Algeria — Béni Abbès',
+	},
+	{
+		key: 'DZ:DZ-53',
+		label: 'Algeria — In Salah',
+	},
+	{
+		key: 'DZ:DZ-54',
+		label: 'Algeria — In Guezzam',
+	},
+	{
+		key: 'DZ:DZ-55',
+		label: 'Algeria — Touggourt',
+	},
+	{
+		key: 'DZ:DZ-56',
+		label: 'Algeria — Djanet',
+	},
+	{
+		key: 'DZ:DZ-57',
+		label: 'Algeria — El Meghaier',
+	},
+	{
+		key: 'DZ:DZ-58',
+		label: 'Algeria — El Meniaa',
+	},
 	{
 		key: 'AS',
 		label: 'American Samoa',