Sha256: 5f92f0d470f95448658437d8d571f0adc93cedee89ecc1c31f2db5700a40ee2a

Contents?: true

Size: 519 Bytes

Versions: 3

Compression:

Stored size: 519 Bytes

Contents

Feature: Clicking a link in content

  @broken
  Scenario: Clicking a link in content
    Given I go to the test pages
    When I click "Content Test Page"
    Then I should see "Click this one to go somewhere and this other one to go somewhere else."
    When I click "this one"
    Then I should see "You selected ..."
    And I should see "google"
    When I click "Close"
    And I click "this other one"
    Then I should see "You selected ..."
    And I should see "yahoo"
    When I click "Close"
    And I quit

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
RubyApp-0.0.8 features/content.feature
RubyApp-0.0.7 features/content.feature
RubyApp-0.0.6 features/content.feature