X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fdrupal-extension%2Fdoc%2F_static%2Fsnippets%2Fdrush.feature;fp=vendor%2Fdrupal%2Fdrupal-extension%2Fdoc%2F_static%2Fsnippets%2Fdrush.feature;h=d458fcbc9765c8d4e9cd5af8d486287e07f4e0c8;hp=0000000000000000000000000000000000000000;hb=1270d9129ce8f27c9b28b10518e32132c58e0aca;hpb=c27c0f0cdaa3f354b1fe54a56ae7e854be6e3f68 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 index 000000000..d458fcbc9 --- /dev/null +++ b/vendor/drupal/drupal-extension/doc/_static/snippets/drush.feature @@ -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