Security update for permissions_by_term
[yaffs-website] / vendor / drupal / drupal-extension / doc / _static / snippets / apitag.feature
1 Feature: Drush alias
2   In order to demonstrate the Drush driver
3   As a trainer
4   I need to show how to tag scenarios 
5
6   Scenario: Untagged scenario uses blackbox driver and fails
7     Given I am logged in as a user with the "authenticated user" role
8     When I click "My account"
9     Then I should see the heading "History"
10
11   @api
12   Scenario: Tagged scenario uses Drush driver and succeeds
13     Given I am logged in as a user with the "authenticated user" role
14     When I click "My account"
15     Then I should see the heading "History"