Sha256: 947e58d1487671dc7c6a3729f3b014a8fff38857f1fe0821e4a0b87fee96c42e

Contents?: true

Size: 949 Bytes

Versions: 31

Compression:

Stored size: 949 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"

  Scenario: getting properties from a svg element
    When I get the svg element
    Then the svg width should be "100"
    And the svg height should be "100"

Version data entries

31 entries across 31 versions & 4 rubygems

Version Path
page-object-0.9.4 features/generic_elements.feature
page-object-0.9.3 features/generic_elements.feature
page-object-0.9.2 features/generic_elements.feature
page-object-0.9.1 features/generic_elements.feature
page-object-0.9.0 features/generic_elements.feature
page-object-0.8.10 features/generic_elements.feature
page-object-0.8.9 features/generic_elements.feature
page-object-0.8.8 features/generic_elements.feature
page-object-0.8.7 features/generic_elements.feature
page-object-0.8.6.1 features/generic_elements.feature
page-object-0.8.6 features/generic_elements.feature