Sha256: e8f2bcf721d142cc1517ff7a191ca587258b05dcd12dffb9c899f7e7d836b25b

Contents?: true

Size: 366 Bytes

Versions: 8

Compression:

Stored size: 366 Bytes

Contents

Feature: Ability to Support Span Web Objects

  Scenario: Reference a span
    When on the object test page
    Then the span text should exist
    And the span text should be visible
    And the span text should be a span object
  
  Scenario: Get text from a span
    When on the object test page
    Then the span text should be "This text is within a span tag."

Version data entries

8 entries across 8 versions & 1 rubygems

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