diff --git a/features/step_definitions/web_steps.rb b/features/step_definitions/web_steps.rb index a999a6a9e..eb847f2ea 100644 --- a/features/step_definitions/web_steps.rb +++ b/features/step_definitions/web_steps.rb @@ -343,6 +343,6 @@ def with_scope(locator) page.driver.browser.switch_to.alert.accept end -When(/^I follow "(.*?)" for enquiry records$/) do |arg1| +When(/^I follow "(.*?)" for enquiry records$/) do |_arg| find(:xpath, "//span[@class='export']").click end