Created
July 17, 2015 17:19
-
-
Save kerasai/7b5bab855e4e69e3d3b5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Feature: As a user of the drupal-extension and drupal driver | |
I want to properly set term references on content | |
So that I may reliably conduct tests | |
@api | |
Scenario: Duplicate terms in different vocabs | |
Given "category" terms: | |
| name | | |
| A | | |
| B | | |
| C | | |
And "tags" terms: | |
| name | | |
| A | | |
| B | | |
When "post" content: | |
| title | field_category | field_tags | | |
| A Post | A | B | | |
Then "A Post" field "field_category" values should be from "category" vocabulary | |
And "A Post" field "field_tags" values should be from "tags" vocabulary |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Assumes the following:
Custom step: https://gist.github.com/kerasai/ddb24449fe090b7717f3