Sha256: 2d93bdd41d433c331e64c7830d50a8aaaa2d963947ae69a43a31c3f47b2a53a2

Contents?: true

Size: 588 Bytes

Versions: 5

Compression:

Stored size: 588 Bytes

Contents

Feature: Ability to Handle Generic Aspects of Web Objects
  
  Scenario: Get the attribute of an object
    When on the object test page
    Then the book title text field should not be read only
    And the reference ID text field should be read only
  
  Scenario: Get a style of an object
    When on the object test page
    Then the reference ID text field should have a black background
    And the reference ID text field should have yellow text
    
  Scenario: Get the tag of an object
    When on the object test page
    Then the book title text field should be an input field

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
symbiont-0.1.7 specs/web_object.feature
symbiont-0.1.6 specs/web_object.feature
symbiont-0.1.5 specs/web_object.feature
symbiont-0.1.4 specs/web_object.feature
symbiont-0.1.3 specs/web_object.feature