Skip to content

Instantly share code, notes, and snippets.

@RoySegall
Created December 9, 2012 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RoySegall/4244200 to your computer and use it in GitHub Desktop.
Save RoySegall/4244200 to your computer and use it in GitHub Desktop.
Simple view list
Feature:
Testing the simple view widget.
@api
Scenario: Verify the simple view widget work after tagging node to term.
Given I am logged in as a user with the "administrator" role
And the widget "Simple view list" is set in the "classes" page with the following <settings>:
| Content Type | Class | select list |
| Vocabulary | authors | select list |
When I tagging the node "John F. Kennedy" to the term
And I visit "john/classes"
Then I should see "Simple view list"
And I should see "John F. Kennedy"
@amitaibu
Copy link

amitaibu commented Dec 9, 2012

widget work => widget works

I tagging => I assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment