File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -217,10 +217,10 @@ public function installJoomla()
217217 $ this ->waitForText ('Configuración principal ' , TIMEOUT , 'h3 ' );
218218
219219 // Wait for chosen to render the field
220- $ this ->debug ('I select en-GB as installation language ' );
220+ $ this ->debug ('I select en-US as installation language ' );
221221 $ this ->debug ('Wait for chosen to render the Languages list field ' );
222222 $ this ->wait (2 );
223- $ this ->selectOptionInChosenWithTextField ('#jform_language ' , 'English (United Kingdom ) ' );
223+ $ this ->selectOptionInChosenWithTextField ('#jform_language ' , 'English (United States ) ' );
224224 $ this ->waitForText ('Main Configuration ' , TIMEOUT , 'h3 ' );
225225 $ this ->debug ('I fill Site Name ' );
226226 $ this ->fillField (['id ' => 'jform_site_name ' ], 'Joomla CMS test ' );
You can’t perform that action at this time.
0 commit comments