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
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