Sha256: 8cb70dd74bd1c9babb947963cbb3c6f8fc59055d94abd6b395726015a4eb7cd5

Contents?: true

Size: 697 Bytes

Versions: 8

Compression:

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
RubyApp-0.2.7 features/elements/page.feature
RubyApp-0.2.6 features/elements/page.feature
RubyApp-0.2.5 features/elements/page.feature
RubyApp-0.2.4 features/elements/page.feature
RubyApp-0.2.3 features/elements/page.feature
RubyApp-0.2.2 features/elements/page.feature
RubyApp-0.2.1 features/elements/page.feature
RubyApp-0.2.0 features/elements/page.feature