Security update for permissions_by_term
[yaffs-website] / vendor / drupal / drupal-extension / features / api_background.feature
1 @d6 @d7 @d8 @api
2 Feature: DrupalContext
3   Test DrupalContext in combination with Backgrounds
4
5   Background:
6     Given "tags" terms:
7       | name    |
8       | Tag one |
9       | Tag two |
10
11     Given users:
12       | name     |
13       | User one |
14       | User two |
15
16     Given "article" content:
17       | title    |
18       | Node one |
19       | Node two |
20
21   Scenario Outline:
22     Given I am not logged in
23
24     Examples:
25       | user |
26       | foo  |
27       | bar  |