diff options
Diffstat (limited to 'tests/acceptance/features/core/ElementFinder.php')
-rw-r--r-- | tests/acceptance/features/core/ElementFinder.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/acceptance/features/core/ElementFinder.php b/tests/acceptance/features/core/ElementFinder.php index 5570637aa96..9981321c90d 100644 --- a/tests/acceptance/features/core/ElementFinder.php +++ b/tests/acceptance/features/core/ElementFinder.php @@ -201,5 +201,4 @@ class ElementFinder { public function find() { return self::findInternal($this->session, $this->elementLocator, $this->timeout, $this->timeoutStep); } - } |