Created
June 27, 2013 14:14
-
-
Save adam-j-martin/5876759 to your computer and use it in GitHub Desktop.
This file contains 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
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