summaryrefslogtreecommitdiffstats
path: root/tests/acceptance/features/core
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2017-06-20 16:24:07 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2017-06-23 12:38:05 +0200
commit26ca5635451b50b49c68bda995678d09516a41eb (patch)
treed8fcbbc61e83da029cc588bb801df96087c1e33e /tests/acceptance/features/core
parent8a8e78d439a18fa643b64e49a372a64b7d450fb4 (diff)
downloadnextcloud-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.php2
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() {