We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc77247 commit a22135aCopy full SHA for a22135a
src/JoomlaBrowser.php
@@ -558,6 +558,7 @@ public function uninstallExtension($extensionName)
558
$I->waitForElement(['id' => 'manageList'],'30');
559
$I->click(['xpath' => "//input[@id='cb0']"]);
560
$I->click(['xpath' => "//div[@id='toolbar-delete']/button"]);
561
+ $I->acceptPopup();
562
$I->waitForText('was successful','30', ['id' => 'system-message-container']);
563
$I->see('was successful', ['id' => 'system-message-container']);
564
$I->searchForItem($extensionName);
0 commit comments