X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fdrupal-extension%2Ffeatures%2Fapi_background.feature;fp=vendor%2Fdrupal%2Fdrupal-extension%2Ffeatures%2Fapi_background.feature;h=3d911995e2cda4f00264805667399e75b9b791ec;hp=0000000000000000000000000000000000000000;hb=1270d9129ce8f27c9b28b10518e32132c58e0aca;hpb=c27c0f0cdaa3f354b1fe54a56ae7e854be6e3f68 diff --git a/vendor/drupal/drupal-extension/features/api_background.feature b/vendor/drupal/drupal-extension/features/api_background.feature new file mode 100644 index 000000000..3d911995e --- /dev/null +++ b/vendor/drupal/drupal-extension/features/api_background.feature @@ -0,0 +1,27 @@ +@d6 @d7 @d8 @api +Feature: DrupalContext + Test DrupalContext in combination with Backgrounds + + Background: + Given "tags" terms: + | name | + | Tag one | + | Tag two | + + Given users: + | name | + | User one | + | User two | + + Given "article" content: + | title | + | Node one | + | Node two | + + Scenario Outline: + Given I am not logged in + + Examples: + | user | + | foo | + | bar |