Sha256: 973e1aa1651de82939f5ccb2155fc7cce4e89e9ea2023c0cb7827d080dce7378

Contents?: true

Size: 635 Bytes

Versions: 8

Compression:

Stored size: 635 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

  Scenario: List Text Views
    Then I see text views

  Scenario: All Content
    Then I see all content

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
acouchi-0.0.14 examples/AcouchiSample/features/write_text.feature
acouchi-0.0.13 examples/AcouchiSample/features/write_text.feature
acouchi-0.0.12 examples/AcouchiSample/features/write_text.feature
acouchi-0.0.11 examples/AcouchiSample/features/write_text.feature
acouchi-0.0.10 examples/AcouchiSample/features/write_text.feature
acouchi-0.0.9 examples/AcouchiSample/features/write_text.feature
acouchi-0.0.8 examples/AcouchiSample/features/write_text.feature
acouchi-0.0.7 examples/AcouchiSample/features/write_text.feature