Sha256: edbf399514afd169770d1714878f98e2145f76af6c677b4e688aaf23dfc01466
Contents?: true
Size: 715 Bytes
Versions: 2
Compression:
Stored size: 715 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 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 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 click submit button Then I should see results: "Capybara"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
acceptance_test-1.4.7 | features/wikipedia/wikipedia_search.feature |
acceptance_test-1.4.6 | features/wikipedia/wikipedia_search.feature |