Sha256: d0be32e3f4d9540b7bbb8fcb585bebdc49bb4992e5597a945eb8d48be83a1167

Contents?: true

Size: 620 Bytes

Versions: 7

Compression:

Stored size: 620 Bytes

Contents

Feature: Page level actions
  In order to act on pages from a web site
  Testers will need to use the page object to encapsulate access


  Scenario: Getting the text from a web page
    Given I am on the static elements page
    Then the page should contain the text "Static Elements Page"

  Scenario: Getting the html from a web page
    Given I am on the static elements page
    Then the page should contain the html "<title>Static Elements Page</title>"

  Scenario: Getting the title from a web page
    Given I am on the static elements page
    Then the page should have the title "Static Elements Page"

  
  

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
page-object-0.1.1 features/page_level_actions.feature
page-object-0.1 features/page_level_actions.feature
page-object-0.0.5 features/page_level_actions.feature
page-object-0.0.4 features/page_level_actions.feature
page-object-0.0.3 features/page_level_actions.feature
page-object-0.0.2 features/page_level_actions.feature
page-object-0.0.1 features/page_level_actions.feature