diff --git a/tests/features/bootstrap/SelectorsContext.php b/tests/features/bootstrap/SelectorsContext.php
index 53d41695aca4bd2aa2fa7f7c23b6fe7b3156427c..4f35c2b5101901748acb3a1633fe7418705e2de6 100644
--- a/tests/features/bootstrap/SelectorsContext.php
+++ b/tests/features/bootstrap/SelectorsContext.php
@@ -1,6 +1,6 @@
 <?php
 
-namespace Drupal\varbase\tests\features\bootstrap\SelectorsContext;
+namespace Drupal\varbase\tests\features\bootstrap;
 
 use Drupal\DrupalExtension\Context\RawDrupalContext;
 use Behat\Behat\Context\SnippetAcceptingContext;
diff --git a/tests/features/bootstrap/VarbaseContext.php b/tests/features/bootstrap/VarbaseContext.php
index a3b928d1cbc90396b00067e660494c4fb0051616..830c6e46e1c551b49d4b8a8ab14902d729f9d000 100644
--- a/tests/features/bootstrap/VarbaseContext.php
+++ b/tests/features/bootstrap/VarbaseContext.php
@@ -1,6 +1,6 @@
 <?php
 
-namespace Drupal\varbase\tests\features\bootstrap\VarbaseContext;
+namespace Drupal\varbase\tests\features\bootstrap;
 
 use WebDriver\Exception;
 use Drupal\DrupalExtension\Context\RawDrupalContext;