X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fdrupal%2Fdrupal-extension%2Fdoc%2F_static%2Fsnippets%2Fapitag.feature;fp=vendor%2Fdrupal%2Fdrupal-extension%2Fdoc%2F_static%2Fsnippets%2Fapitag.feature;h=fcae32de0f952615d582ee83ad105eaa687d4b7d;hb=1270d9129ce8f27c9b28b10518e32132c58e0aca;hp=0000000000000000000000000000000000000000;hpb=c27c0f0cdaa3f354b1fe54a56ae7e854be6e3f68;p=yaffs-website diff --git a/vendor/drupal/drupal-extension/doc/_static/snippets/apitag.feature b/vendor/drupal/drupal-extension/doc/_static/snippets/apitag.feature new file mode 100644 index 000000000..fcae32de0 --- /dev/null +++ b/vendor/drupal/drupal-extension/doc/_static/snippets/apitag.feature @@ -0,0 +1,15 @@ +Feature: Drush alias + In order to demonstrate the Drush driver + As a trainer + I need to show how to tag scenarios + + Scenario: Untagged scenario uses blackbox driver and fails + 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" + + @api + Scenario: Tagged scenario uses Drush driver and succeeds + 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"