-
-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #174 from webflo/keep-state
Keep state in RawDrupalContext Signed-off-by: Jonathan Hedstrom <jhedstrom@gmail.com>
- Loading branch information
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters