Sha256: a2958251c81c9b5d18213ad1d38b28173797b87366e2081c7f93430a98cf5ff6

Contents?: true

Size: 693 Bytes

Versions: 13

Compression:

Stored size: 693 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 press enter
    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

13 entries across 13 versions & 1 rubygems

Version Path
RubyApp-0.0.26 features/elements/page.feature
RubyApp-0.0.25 features/elements/page.feature
RubyApp-0.0.24 features/elements/page.feature
RubyApp-0.0.23 features/elements/page.feature
RubyApp-0.0.22 features/elements/page.feature
RubyApp-0.0.21 features/elements/page.feature
RubyApp-0.0.20 features/elements/page.feature
RubyApp-0.0.19 features/elements/page.feature
RubyApp-0.0.18 features/elements/page.feature
RubyApp-0.0.17 features/elements/page.feature
RubyApp-0.0.16 features/elements/page.feature
RubyApp-0.0.15 features/elements/page.feature
RubyApp-0.0.14 features/elements/page.feature