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 @@ -295,7 +295,7 @@ public function installJoomlaRemovingInstallationFolder()
295295 $ this ->installJoomla ();
296296
297297 $ this ->debug ('Removing Installation Folder ' );
298- $ this ->click (['xpath ' => "//input[@value='Remove installation folder'] " ]);
298+ $ this ->click (['xpath ' => "//input[@value='Remove \" installation \" folder'] " ]);
299299
300300 $ this ->debug ('I wait for Removing Installation Folder button to become disabled ' );
301301 $ this ->waitForJS ("return jQuery('form#adminForm input[name=instDefault]').attr('disabled') == 'disabled'; " , TIMEOUT );
@@ -345,7 +345,7 @@ public function installJoomlaMultilingualSite($languages = array())
345345
346346 $ this ->waitForText ('Congratulations! Joomla! is now installed. ' , TIMEOUT , ['xpath ' => '//h3 ' ]);
347347 $ this ->debug ('Removing Installation Folder ' );
348- $ this ->click (['xpath ' => "//input[@value='Remove installation folder'] " ]);
348+ $ this ->click (['xpath ' => "//input[@value='Remove \" installation \" folder'] " ]);
349349
350350 // @todo https://github.com/joomla-projects/joomla-browser/issues/45
351351 $ this ->wait (2 );
You can’t perform that action at this time.
0 commit comments