devel_wizard-2.x-dev/templates/behat/block_content_type/devel_wizard.behat_access_delete.feature.twig
templates/behat/block_content_type/devel_wizard.behat_access_delete.feature.twig
@api
@{{ machine_name }}
Feature: {{ label }} - access.delete
Background:
Given "block_content" content entity:
| type | {{ machine_name }} |
| info | Behat {{ label }} |
Scenario Outline: {{ label }} - access.delete - registered
Given I am acting as an <role>
When I go to the "delete-form" page of "Behat {{ label }}" "block_content"
Then the response status code should be <statusCode>
Examples:
{% include '@devel_wizard/behat/devel_wizard.behat.role.access.examples.twig' %}
