Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drupal / drupal-extension / doc / _static / snippets / apitag.feature
diff --git a/vendor/drupal/drupal-extension/doc/_static/snippets/apitag.feature b/vendor/drupal/drupal-extension/doc/_static/snippets/apitag.feature
deleted file mode 100644 (file)
index fcae32d..0000000
+++ /dev/null
@@ -1,15 +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
-    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"