Sha256: a31ebdef79fa3faa0cdafd45d1aeb918531f5591040cbd47aae128da17fe9bac

Contents?: true

Size: 453 Bytes

Versions: 2

Compression:

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
symbiont-0.1.2 specs/web_object.feature
symbiont-0.1.1 specs/web_object.feature