Sha256: 8d984fe288a392a358c91e53fbafa5eb764837ccb64929cf9c7c162bcbceb52e

Contents?: true

Size: 528 Bytes

Versions: 4

Compression:

Stored size: 528 Bytes

Contents

Feature: Write Text

  Scenario: Write Text
    When I write the text "this is some text"
    Then I see "this is some text"
    When I clear the text
    Then I do not see "this is some text"

  Scenario: Clickety Click
    Then I see one button
    And it has the text "clicky click"

  Scenario: Click text
    When I click the text "click this text"
    And I click the text "WELL DONE"
    Then I see "WELL DONE"

  Scenario: Content
    Then I see the content "click this text"

  Scenario: Views
    Then I see all views

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
acouchi-0.0.6 examples/AcouchiSample/features/write_text.feature
acouchi-0.0.5 examples/AcouchiSample/features/write_text.feature
acouchi-0.0.4 examples/AcouchiSample/features/write_text.feature
acouchi-0.0.3 examples/AcouchiSample/features/write_text.feature