Sha256: ff83b58a6dbae595fc3a8ed0342ce5ce341888a4f7ef69fe7bc35dfe260f81a4

Contents?: true

Size: 867 Bytes

Versions: 33

Compression:

Stored size: 867 Bytes

Contents

Feature: A page

  Scenario: Rendering a page
    Given I go to the test pages
    When I click "_TestPage"
    Then I should see "Rendered"
    And I should see "Loaded"
    When I wait 4 seconds
    Then I should see "Triggered"
    Then I quit

  Scenario: Saving and retrieving a cookie
    Given I go to the test pages
    When I click "_TestPage"
    Then I should see "Rendered"
    When I fill in the "Enter a new cookie value" field with "value" and I change focus
    Then I should see "The cookie value is 'value'."
    Then I click "Close"
    Then I quit
    When I go to the test pages
    And I click "_TestPage"
    Then I should see "The cookie value is 'value'."
    Then I quit

  Scenario Outline: Loading the home page
    Given I am viewing "/"
    And I should see "Loaded"

    Scenarios: Count
      | count |
      | X     |
      | X     |

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
RubyApp-0.0.91 features/elements/page.feature
RubyApp-0.0.90 features/elements/page.feature
RubyApp-0.0.89 features/elements/page.feature
RubyApp-0.0.88 features/elements/page.feature
RubyApp-0.0.87 features/elements/page.feature
RubyApp-0.0.86 features/elements/page.feature
RubyApp-0.0.85 features/elements/page.feature
RubyApp-0.0.84 features/elements/page.feature
RubyApp-0.0.83 features/elements/page.feature
RubyApp-0.0.82 features/elements/page.feature
RubyApp-0.0.81 features/elements/page.feature
RubyApp-0.0.80 features/elements/page.feature
RubyApp-0.0.79 features/elements/page.feature
RubyApp-0.0.78 features/elements/page.feature
RubyApp-0.0.77 features/elements/page.feature
RubyApp-0.0.76 features/elements/page.feature
RubyApp-0.0.75 features/elements/page.feature
RubyApp-0.0.74 features/elements/page.feature
RubyApp-0.0.73 features/elements/page.feature
RubyApp-0.0.72 features/elements/page.feature