Ryan Parsley

Results 3 comments of Ryan Parsley

I wrote a couple of custom step definitions to help with this: ## Contains ``` this.Then(/^"([^"]*)" should have "([^"]*)" that contains "([^"]*)"$/, function(selector, property, value, callback) { var elementSelector =...