features/step_definitions/generic_steps.rb in testcentricity-3.0.3 vs features/step_definitions/generic_steps.rb in testcentricity-3.0.4
- old
+ new
@@ -58,5 +58,10 @@
When(/^I (.*) the popup request modal$/) do |action|
PageManager.current_page.modal_action(action)
end
+
+
+When(/^I access the data for product id (.*)$/) do |product_id|
+ product_data_source.find_product(product_id)
+end