From 5c7d3b75fcab56a16be9c176da4747895356538b Mon Sep 17 00:00:00 2001 From: puneet0191 Date: Thu, 28 Jun 2018 11:53:45 +0530 Subject: [PATCH] Codeception 2.4.x Compatability --- src/JoomlaBrowser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); }