Skip to content

Commit 69fae8e

Browse files
puneet0191yvesh
authored andcommitted
Codeception 2.4.x Compatability (#171)
1 parent 6426a50 commit 69fae8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JoomlaBrowser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ public function uninstallExtension($extensionName)
794794
TIMEOUT,
795795
['class' => 'alert-no-items']
796796
);
797-
$this->see('There are no extensions installed matching your query.', ['class' => 'alert-no-items']);
797+
$this->see('There are no extensions installed matching your query.', '.alert-no-items');
798798
$this->debug('Extension successfully uninstalled');
799799
}
800800

0 commit comments

Comments
 (0)