From 26ca5635451b50b49c68bda995678d09516a41eb Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Tue, 20 Jun 2017 16:24:07 +0200 Subject: Fix and extend acceptance tests Signed-off-by: Arthur Schiwon --- tests/acceptance/features/core/ElementWrapper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/acceptance/features/core') diff --git a/tests/acceptance/features/core/ElementWrapper.php b/tests/acceptance/features/core/ElementWrapper.php index 6b730903f6c..f6ce176817b 100644 --- a/tests/acceptance/features/core/ElementWrapper.php +++ b/tests/acceptance/features/core/ElementWrapper.php @@ -119,7 +119,7 @@ class ElementWrapper { /** * Returns whether the wrapped element is visible or not. * - * @return boolbean true if the wrapped element is visible, false otherwise. + * @return bool true if the wrapped element is visible, false otherwise. */ public function isVisible() { $commandCallback = function() { -- cgit v1.2.3