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 @@ -289,7 +289,7 @@ public function installJoomlaRemovingInstallationFolder()
289289 {
290290 $ this ->installJoomla ();
291291
292- if (! $ this ->haveVisible ('#removeInstallationFolder ' ))
292+ if ($ this ->haveVisible ('#removeInstallationFolder ' ))
293293 {
294294 $ this ->debug ('Removing Installation Folder ' );
295295 $ this ->click (['id ' => 'removeInstallationFolder ' ]);
@@ -348,7 +348,7 @@ public function installJoomlaMultilingualSite($languages = array())
348348
349349 $ this ->waitForText ('Congratulations! Joomla! is now installed. ' , $ this ->config ['timeout ' ], ['xpath ' => '//h2 ' ]);
350350
351- if (! $ this ->haveVisible ('#removeInstallationFolder ' ))
351+ if ($ this ->haveVisible ('#removeInstallationFolder ' ))
352352 {
353353 $ this ->debug ('Removing Installation Folder ' );
354354 $ this ->click (['xpath ' => "//input[@value='Remove \"installation \" folder'] " ]);
You can’t perform that action at this time.
0 commit comments