Skip to content

Instantly share code, notes, and snippets.

@RoySegall
Created December 5, 2012 10:06
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/4214449 to your computer and use it in GitHub Desktop.
Save RoySegall/4214449 to your computer and use it in GitHub Desktop.
WSOD taxonomy term behat test
Feature:
Verify for the WSOD not the be shown when viewing a term page.
@api @current
Scenario: Check that all of the apps are turned on
Given I am logged in as a user with the "authenticated user" role
When I visit "software/term/1"
Then I should not see "Undefined index: localized_options in theme_nice_menus_build()"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment