Updated to Drupal 8.5. Core Media not yet in use.
[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
deleted file mode 100644 (file)
index d458fcb..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-@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