diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-06-20 16:24:07 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-06-23 12:38:05 +0200 |
commit | 26ca5635451b50b49c68bda995678d09516a41eb (patch) | |
tree | d8fcbbc61e83da029cc588bb801df96087c1e33e /tests/acceptance/features/core | |
parent | 8a8e78d439a18fa643b64e49a372a64b7d450fb4 (diff) | |
download | nextcloud-server-26ca5635451b50b49c68bda995678d09516a41eb.tar.gz nextcloud-server-26ca5635451b50b49c68bda995678d09516a41eb.zip |
Fix and extend acceptance tests
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'tests/acceptance/features/core')
-rw-r--r-- | tests/acceptance/features/core/ElementWrapper.php | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |