Security update for permissions_by_term
[yaffs-website] / vendor / drupal / drupal-extension / doc / _static / snippets / drush.feature
1 @api
2 Feature: Drush driver
3   In order to show functionality added by the Drush driver 
4   As a trainer
5   I need to use the step definitions it supports
6
7   Scenario: Drush alias
8     Given I am logged in as a user with the "authenticated user" role
9     When I click "My account"
10     Then I should see the heading "History"
11
12   Scenario: Target links within table rows
13     Given I am logged in as a user with the "administrator" role
14     When I am at "admin/structure/types"
15     And I click "manage fields" in the "Article" row
16     Then I should be on "admin/structure/types/manage/article/fields"
17     And I should see text matching "Add new field"
18
19   Scenario: Clear cache
20     Given the cache has been cleared
21     When I am on the homepage
22     Then I should get a "200" HTTP response