Skip to content

Instantly share code, notes, and snippets.

@adam-j-martin
Created June 27, 2013 14:14
Show Gist options
  • Save adam-j-martin/5876759 to your computer and use it in GitHub Desktop.
Save adam-j-martin/5876759 to your computer and use it in GitHub Desktop.
Given /^"([^"]*)" has existing reviews$/
When /^I turn reviews off for "([^"]*)" product$/
Then /^no review should be displayed for "([^"]*)"$/
When /^I open admin URI "([^"]*)"$/
When /^I am logged in as admin user "([^"]*)" identified by "([^"]*)"$/
When /^I log in as admin user "([^"]*)" identified by "([^"]*)"$/
Given /^I am logged in as customer "([^"]*)" identified by "([^"]*)"$/
Given /^I log in as customer "([^"]*)" identified by "([^"]*)"$/
When /^I am on "([^"]*)"$/
When /^I set config value for "([^"]*)" to "([^"]*)" in "([^"]*)" scope$/
Given /^the cache is clean$/
When /^I clear the cache$/
Given /the following products exist:/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment