devel_wizard-2.x-dev/templates/behat/block_content_type/devel_wizard.behat_form_edit.feature.twig
templates/behat/block_content_type/devel_wizard.behat_form_edit.feature.twig
@api
@{{ machine_name }}
Feature: {{ label }} - form.edit
Background:
Given "block_content" content entity:
| type | {{ machine_name }} |
| info | Behat {{ label }} |
@javascript
Scenario: {{ label }} - Create {{ label }} page.
Given I am logged in as a user with the "Administrator" role
When I go to the "edit-form" page of "Behat {{ label }}" "block_content"
When I fill in "info[0][value]" with "Updated {{ label }} title"
And I press the "edit-submit" button
Then I should see the message "{{ label }} Updated {{ label }} title has been updated."
