Sha256: 14ba5b95215d48770ff2b66222fd267904f1fe861e59242c75b761539e017396

Contents?: true

Size: 978 Bytes

Versions: 2

Compression:

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

2 entries across 2 versions & 1 rubygems

Version Path
meeane-page-object-0.1.10 features/generic_elements.feature
meeane-page-object-0.1.8 features/generic_elements.feature