X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fdrupal-extension%2Fdoc%2F_static%2Fsnippets%2Fapitag.output;fp=vendor%2Fdrupal%2Fdrupal-extension%2Fdoc%2F_static%2Fsnippets%2Fapitag.output;h=0000000000000000000000000000000000000000;hp=f9fea8d82f7cb8c4295d5fc7190be92412f507fb;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/drupal/drupal-extension/doc/_static/snippets/apitag.output b/vendor/drupal/drupal-extension/doc/_static/snippets/apitag.output deleted file mode 100644 index f9fea8d82..000000000 --- a/vendor/drupal/drupal-extension/doc/_static/snippets/apitag.output +++ /dev/null @@ -1,29 +0,0 @@ -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 - # features/drush.feature:6 - Given I am logged in as a user with the "authenticated user" role - # FeatureContext::iAmLoggedInWithRole() - No ability to create users in Drupal\Driver\BlackboxDriver. - Put `@api` into your feature and add an api driver - (ex: `api_driver: drupal`) in behat.yml. - When I click "My account" - # FeatureContext::iClick() - Then I should see the heading "History" - # FeatureContext::assertHeading() - - @api - Scenario: Tagged scenario uses Drush driver and succeeds - # features/drush.feature:12 - Given I am logged in as a user with the "authenticated user" role - # FeatureContext::iAmLoggedInWithRole() - When I click "My account" - # FeatureContext::iClick() - Then I should see the heading "History" - # FeatureContext::assertHeading() - -2 scenarios (1 passed, 1 failed) -6 steps (3 passed, 2 skipped, 1 failed)