Security update for permissions_by_term
[yaffs-website] / vendor / drupal / drupal-extension / features / api_background.feature
diff --git a/vendor/drupal/drupal-extension/features/api_background.feature b/vendor/drupal/drupal-extension/features/api_background.feature
new file mode 100644 (file)
index 0000000..3d91199
--- /dev/null
@@ -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  |