diff options
Diffstat (limited to 'tests/acceptance/features/bootstrap/SearchContext.php')
-rw-r--r-- | tests/acceptance/features/bootstrap/SearchContext.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/acceptance/features/bootstrap/SearchContext.php b/tests/acceptance/features/bootstrap/SearchContext.php index ba0d9d9933d..db7aeb90ffe 100644 --- a/tests/acceptance/features/bootstrap/SearchContext.php +++ b/tests/acceptance/features/bootstrap/SearchContext.php @@ -86,7 +86,7 @@ class SearchContext implements Context, ActorAwareInterface { * @When I search for :query */ public function iSearchFor($query) { - $this->actor->find(self::searchBoxInput(), 10)->setValue($query . "\r"); + $this->actor->find(self::searchBoxInput(), 10)->setValue($query); } /** |