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 6426a50 commit 69fae8eCopy full SHA for 69fae8e
src/JoomlaBrowser.php
@@ -794,7 +794,7 @@ public function uninstallExtension($extensionName)
794
TIMEOUT,
795
['class' => 'alert-no-items']
796
);
797
- $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');
798
$this->debug('Extension successfully uninstalled');
799
}
800
0 commit comments