Sha256: 5f8b2824c05a0bd51fe08878ea48c98bd06ae54397764f66bced77beef21b2aa
Contents?: true
Size: 721 Bytes
Versions: 66
Compression:
Stored size: 721 Bytes
Contents
Feature: Using Wikipedia Background: within wikipedia.com context Given I am within wikipedia.com @selenium Scenario: Searching with selenium for a term with submit Given I am on wikipedia.com When I enter "Capybara" And I click submit button Then I should see results: "Capybara" @webkit Scenario: Searching with selenium for a term with submit Given I am on wikipedia.com When I enter "Capybara" And I click submit button Then I should see results: "Capybara" @poltergeist Scenario: Searching with selenium for a term with submit Given I am on wikipedia.com When I enter "Capybara" And I click submit button Then I should see results: "Capybara"
Version data entries
66 entries across 66 versions & 1 rubygems