devel_wizard-2.x-dev/templates/behat/block_content_type/devel_wizard.behat_form_create.feature.twig
templates/behat/block_content_type/devel_wizard.behat_form_create.feature.twig
@api
@javascript @{{ machine_name }}
Feature: {{ label }} - form.create
Scenario: {{ label }} - create new {{ machine_name }} custom block
Given I am logged in as a user with the "Administrator" role
And I am on the homepage
When I click "Manage"
And I follow "Content"
And I click "Blocks" primary tab
And I click on the "Add content block" local action
And I click "{{ label }}" in the "Content" region
And I fill in "info[0][value]" with "{{ label }} Test"
And I press the "edit-submit" button
Then I should see the success message "{{ label }} {{ label }} Test has been created."
