nuvoleweb / drupal-behat

Nuvole's Behat Drupal Extension.
GNU General Public License v2.0
33 stars 24 forks source link

Error on afterScenario entityDelete using MenuContext. #44

Closed dlopez-akalam closed 4 years ago

dlopez-akalam commented 4 years ago

Using the step Given the following "MENU_NAME" menu structure for content we get the following error message after running the behat tests.

Type error: Too few arguments to function NuvoleWeb\Drupal\Driver\Cores\Drupal8::entityDelete(), 1 passed in /var/www/html/vendor/nuvoleweb/drupal-behat/src/DrupalExtension/Context/MenuContext.php on line 94 and exactly 2 expected (Behat\Testwork\Call\Exception\FatalThrowableError)
│ └─ @AfterScenario

This PR tries to fix it