From 034822bbc0810d196be95059bfa2dd01ade1ba94 Mon Sep 17 00:00:00 2001 From: Sven Bluege Date: Wed, 24 Oct 2018 10:46:59 +0200 Subject: [PATCH] =?UTF-8?q?Fixes=20failed=20test=20with=20latest=20Joomla?= =?UTF-8?q?=203.9=20build.=20The=20Spanish=20locale=20is=20now=20named=20E?= =?UTF-8?q?spa=C3=B1ol=20(Espa=C3=B1a)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/JoomlaBrowser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/JoomlaBrowser.php b/src/JoomlaBrowser.php index a24df50..031ffb8 100644 --- a/src/JoomlaBrowser.php +++ b/src/JoomlaBrowser.php @@ -264,7 +264,7 @@ public function installJoomla($databaseName = null, $databasePrefix = null) $this->debug('I select es-ES as installation language'); // Select a random language to force reloading of the lang strings after selecting English - $this->selectOptionInChosenWithTextField('#jform_language', 'Spanish (Español)'); + $this->selectOptionInChosenWithTextField('#jform_language', 'Español (España)'); $this->waitForText('Configuración principal', TIMEOUT, 'h3'); // Wait for chosen to render the field