Sha256: c1a271d25ef7c011871960e612fdc6b012f3db7b3d250bef85cc83bd46ff55b4
Contents?: true
Size: 394 Bytes
Versions: 37
Compression:
Stored size: 394 Bytes
Contents
require 'steps/common_steps' steps_for :search_with_drivers do include CommonSteps step "I am within wikipedia.com" do puts Capybara.current_driver end step "I am on wikipedia.com" do visit('/') end step "I enter word :word" do |word| fill_in "searchInput", :with => word end step "I click submit button" do find(".formBtn", match: :first).click end end
Version data entries
37 entries across 37 versions & 1 rubygems