Sha256: b23edc0c5d6f1e77312b1353873bcdd488c25c26e72c0abb4bc8f9b661946c65
Contents?: true
Size: 492 Bytes
Versions: 4
Compression:
Stored size: 492 Bytes
Contents
Feature: Working with buttons Scenario: Clicking buttons by text When I click the button identified by "text" Then the text identified by "label" should be "The button was clicked!" Scenario: Clicking buttons by label When I click the button identified by "label" Then the text identified by "label" should be "The labeled button was clicked!" Scenario: Working with the raw button view Then we can interact with the raw view of the button identified by "label"
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
furter-0.0.3.3 | features/button.feature |
furter-0.0.3.2 | features/button.feature |
furter-0.0.3.1 | features/button.feature |
furter-0.0.3 | features/button.feature |