Sha256: e2e0ca1955bcb481a24b3e3c465dc1e39b3503f409fd2431c2ed00863d25608a
Contents?: true
Size: 494 Bytes
Versions: 1
Compression:
Stored size: 494 Bytes
Contents
Feature: Try it out Scenario: Click a Button Given I am on the watircuke page And I click the "Rubyist" button Then I should see the sentence "Who am I?" Scenario: Select a Value Given I am on the watircuke page And I select "Ruby" from "class_select" # @browser.select_list(:class, /(^|\s)#{what}(\s|$)/).set(option) And I select "Cucumber" from "post_category" # @browser.select_list(:id, what).select(option) Then I should NOT see the text "FOOBAR"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
watircuke-0.0.1 | features/sample.feature |