Skip to content

Instantly share code, notes, and snippets.

@RoySegall
Created December 10, 2012 07: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/4249134 to your computer and use it in GitHub Desktop.
Save RoySegall/4249134 to your computer and use it in GitHub Desktop.
Bio widget
Feature:
Testing the bio teaser widget.
@api
Scenario: Verify the bio teaser widget works fine.
Given I am logged in as a user with the "administrator" role
And the widget "Bio" is set in the "Classes" page with the following <settings>:
| Content Type | Class | select list |
| Display title of your Bio | select | radio |
When I visit "john/classes"
Then I should see "John doe biography"
And I should see "Work in gizra inc."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment