Sha256: b2132d19114fb24a5ee20279b717ee0e0cc0307fa4590e9ea2a3b29240aa6ab4

Contents?: true

Size: 359 Bytes

Versions: 8

Compression:

Stored size: 359 Bytes

Contents

Feature: Ability to Support Div Web Objects
  
  Scenario: Reference a div
    When on the object test page
    Then the div text should exist
    And the div text should be visible
    And the div text should be a div object
  
  Scenario: Get text from a div
    When on the object test page
    Then the div text should be "This text is within a div tag."

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
symbiont-0.1.7 specs/div.feature
symbiont-0.1.6 specs/div.feature
symbiont-0.1.5 specs/div.feature
symbiont-0.1.4 specs/div.feature
symbiont-0.1.3 specs/div.feature
symbiont-0.1.2 specs/div.feature
symbiont-0.1.1 specs/div.feature
symbiont-0.1.0 specs/div.feature