Sha256: 6ea990275981c0e0358779e568a314c3aa5cc8c8e53a86c0b42baa6d94ed236c
Contents?: true
Size: 483 Bytes
Versions: 18
Compression:
Stored size: 483 Bytes
Contents
Feature: Using Wikipedia @search_with_table Scenario: Searching with selenium for a term with submit (embedded data) Given I am on wikipedia.com And I have the following data: | key | value | | keyword | Capybara | | result | Hydrochoerus hydrochaeris | Then "keyword" should be "Capybara" And "result" should be "Hydrochoerus hydrochaeris" When I enter word <keyword> And I click submit button Then I should see <result>
Version data entries
18 entries across 18 versions & 1 rubygems