Sha256: f8a61d68d984ab644337d4f831caf6ddc592e5b1a84ff8df48085fa402dd4051

Contents?: true

Size: 789 Bytes

Versions: 5

Compression:

Stored size: 789 Bytes

Contents

Feature: Generic Elements

  Background:
    Given I am on the static elements page

  Scenario: Getting the text from the article element
    When I get the text from the article
    Then the text should be "HTML 5 Article"

  Scenario: Getting the text from the header element
    When I get the text from the header
    Then the text should be "HTML 5 Header"

  Scenario: Getting the text from the footer element
    When I get the text from the footer
    Then the text should be "HTML 5 Footer"

  Scenario: Getting the text from the summary element
    When I get the text from the summary
    Then the text should be "The summary"

  Scenario: Getting the text from the details element
    When I get the text from the details
    Then the text should be "The summary The details"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
druid-ts-1.1.7 features/generic_elements.feature
druid-ts-1.1.6 features/generic_elements.feature
druid-ts-1.1.5 features/generic_elements.feature
druid-ts-1.1.4 features/generic_elements.feature
druid-ts-1.1.3 features/generic_elements.feature