diff --git a/tests/acceptance/features/bootstrap/SharingNgContext.php b/tests/acceptance/features/bootstrap/SharingNgContext.php index dbb79900d..35ca8439d 100644 --- a/tests/acceptance/features/bootstrap/SharingNgContext.php +++ b/tests/acceptance/features/bootstrap/SharingNgContext.php @@ -1265,6 +1265,7 @@ class SharingNgContext implements Context { break; } } + Assert::assertIsBool($syncStatus, "'@client.synchronize' must be a boolean value"); return $syncStatus; }