diff --git a/tests/acceptance/config/behat.yml b/tests/acceptance/config/behat.yml
index 7d64e6a207c95ca8d52594750c8f3f0ce058f184..5149180d9bd93ff654b6cf5353814da5d22d16af 100644
--- a/tests/acceptance/config/behat.yml
+++ b/tests/acceptance/config/behat.yml
@@ -17,9 +17,9 @@ default:
         - FileListContext
         - FilesAppContext
         - FilesAppSharingContext
-        - FilesSharingAppContext
         - LoginPageContext
         - NotificationContext
+        - PublicShareContext
         - SettingsContext
         - SettingsMenuContext
         - ThemingAppContext
@@ -44,9 +44,9 @@ default:
         - FileListContext
         - FilesAppContext
         - FilesAppSharingContext
-        - FilesSharingAppContext
         - LoginPageContext
         - NotificationContext
+        - PublicShareContext
         - SettingsContext
         - SettingsMenuContext
         - ThemingAppContext
diff --git a/tests/acceptance/features/bootstrap/FilesSharingAppContext.php b/tests/acceptance/features/bootstrap/PublicShareContext.php
similarity index 99%
rename from tests/acceptance/features/bootstrap/FilesSharingAppContext.php
rename to tests/acceptance/features/bootstrap/PublicShareContext.php
index 4be1ddf22c1d32136deeea4b97c41f2cad5a4da6..025083303913040f989756c440f0a050bb7864f7 100644
--- a/tests/acceptance/features/bootstrap/FilesSharingAppContext.php
+++ b/tests/acceptance/features/bootstrap/PublicShareContext.php
@@ -23,7 +23,7 @@
 
 use Behat\Behat\Context\Context;
 
-class FilesSharingAppContext implements Context, ActorAwareInterface {
+class PublicShareContext implements Context, ActorAwareInterface {
 
 	use ActorAware;
 	use FileListAncestorSetter;