When(/^\w+ enters \w+ email into the forgot password email field$/) do
  @context.enter_forgot_password_email
end

Then(/^(?:.*) should be in the app/) do
  tos_btn = "I accept the new policies"
  click_on tos_btn if page.has_button? tos_btn
  expect(page).to have_css('div.tch-section-nav-title')
end

Then(/^(?:.*) should be in Zendesk/) do
  expect(current_path).to eq("/help-center-closed/")
end
