@@ -5,10 +5,8 @@  | 
                                                    ||
| 5 | 5 | use Behat\Behat\Context\Initializer\ContextInitializer;  | 
                                                        
| 6 | 6 | use Behat\Behat\Context\Context;  | 
                                                        
| 7 | 7 | use Behat\Testwork\Hook\HookDispatcher;  | 
                                                        
| 8 | -  | 
                                                        |
| 9 | 8 | use Drupal\DrupalAuthenticationManagerInterface;  | 
                                                        
| 10 | 9 | use Drupal\DrupalDriverManager;  | 
                                                        
| 11 | -use Drupal\DrupalExtension\Context\DrupalContext;  | 
                                                        |
| 12 | 10 | use Drupal\DrupalExtension\Context\DrupalAwareInterface;  | 
                                                        
| 13 | 11 | use Drupal\DrupalUserManagerInterface;  | 
                                                        
| 14 | 12 | |