Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/acceptance/features/bootstrap/ConversationInfoContext.php')
-rw-r--r--tests/acceptance/features/bootstrap/ConversationInfoContext.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/acceptance/features/bootstrap/ConversationInfoContext.php b/tests/acceptance/features/bootstrap/ConversationInfoContext.php
index 23381244d..5621ee3ec 100644
--- a/tests/acceptance/features/bootstrap/ConversationInfoContext.php
+++ b/tests/acceptance/features/bootstrap/ConversationInfoContext.php
@@ -251,9 +251,9 @@ class ConversationInfoContext implements Context, ActorAwareInterface {
// menu. Therefore, if the menu is visible, wait a little just in case
// it is in the process of being hidden due to a previous action.
if (!WaitFor::elementToBeEventuallyNotShown(
- $this->actor,
- self::roomModerationMenu(),
- $timeout = 5 * $this->actor->getFindTimeoutMultiplier())) {
+ $this->actor,
+ self::roomModerationMenu(),
+ $timeout = 5 * $this->actor->getFindTimeoutMultiplier())) {
PHPUnit_Framework_Assert::fail("The room moderation menu is still shown after $timeout seconds");
}