Security update for permissions_by_term
[yaffs-website] / vendor / drupal / drupal-extension / doc / _static / snippets / drush.feature
diff --git a/vendor/drupal/drupal-extension/doc/_static/snippets/drush.feature b/vendor/drupal/drupal-extension/doc/_static/snippets/drush.feature
new file mode 100644 (file)
index 0000000..d458fcb
--- /dev/null
@@ -0,0 +1,22 @@
+@api
+Feature: Drush driver
+  In order to show functionality added by the Drush driver 
+  As a trainer
+  I need to use the step definitions it supports
+
+  Scenario: Drush alias
+    Given I am logged in as a user with the "authenticated user" role
+    When I click "My account"
+    Then I should see the heading "History"
+
+  Scenario: Target links within table rows
+    Given I am logged in as a user with the "administrator" role
+    When I am at "admin/structure/types"
+    And I click "manage fields" in the "Article" row
+    Then I should be on "admin/structure/types/manage/article/fields"
+    And I should see text matching "Add new field"
+
+  Scenario: Clear cache
+    Given the cache has been cleared
+    When I am on the homepage
+    Then I should get a "200" HTTP response