diff --git a/src/JoomlaBrowser.php b/src/JoomlaBrowser.php index 8101ebf..1586c47 100644 --- a/src/JoomlaBrowser.php +++ b/src/JoomlaBrowser.php @@ -794,7 +794,7 @@ public function uninstallExtension($extensionName) TIMEOUT, ['class' => 'alert-no-items'] ); - $this->see('There are no extensions installed matching your query.', ['class' => 'alert-no-items']); + $this->see('There are no extensions installed matching your query.', '.alert-no-items'); $this->debug('Extension successfully uninstalled'); }