summaryrefslogtreecommitdiffstats
path: root/tests/acceptance/features/bootstrap/FilePickerContext.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/acceptance/features/bootstrap/FilePickerContext.php')
-rw-r--r--tests/acceptance/features/bootstrap/FilePickerContext.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/acceptance/features/bootstrap/FilePickerContext.php b/tests/acceptance/features/bootstrap/FilePickerContext.php
index d7659dbac8e..b9d82090eaa 100644
--- a/tests/acceptance/features/bootstrap/FilePickerContext.php
+++ b/tests/acceptance/features/bootstrap/FilePickerContext.php
@@ -24,7 +24,6 @@
use Behat\Behat\Context\Context;
class FilePickerContext implements Context, ActorAwareInterface {
-
use ActorAware;
/**
@@ -123,5 +122,4 @@ class FilePickerContext implements Context, ActorAwareInterface {
public function iChooseTheLastSelectedFileInTheFilePicker() {
$this->actor->find(self::chooseButton(), 10)->click();
}
-
}