Newer
Older
dmpopidor / spec / support / helpers / links_helper.rb
@Brian Riley Brian Riley on 7 Sep 2018 157 bytes Remove old JS form validations (#1867)
module LinksHelper

  def addLink
    click_link "+ Add an additional URL"
  end

  def removeLink
    all('.link a > .fa-times-circle').last.click
  end
end