Sha256: 5636e741c29b29b222bfba8927b40bd66819e8bcec10899f0a4ad601a217bcb0

Contents?: true

Size: 666 Bytes

Versions: 4

Compression:

Stored size: 666 Bytes

Contents

Feature:  Working with text controls

  Scenario: Getting and setting text by placeholder
    When I set the text identified by "placeholder" to "The first field's text"
    Then the text identified by "placeholder" should be "The first field's text"

  Scenario: Getting and setting text by label
    When I set the text identified by "label" to "the label text"
    Then the text identified by "label" should be "the label text"

  Scenario: Determining if a text field is editable
    Then we know if a text field is both editable and not editable

  Scenario: Working with the raw view
    Then we can interact with the raw text view identified by "placeholder"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
furter-0.0.3.3 features/text.feature
furter-0.0.3.2 features/text.feature
furter-0.0.3.1 features/text.feature
furter-0.0.3 features/text.feature