Sha256: 757dcd29cf9aae2f0c5489e1cb9b6410973afba74bc96a7663702953ea58c470

Contents?: true

Size: 419 Bytes

Versions: 3

Compression:

Stored size: 419 Bytes

Contents

Feature: Month Calendar Test Page

  @broken
  Scenario: Select a date
    Given I go to the test pages
    Then I should see "Monthly Calendar Test Page"
    When I click "Monthly Calendar Test Page"
    Then I should see "Change the month displayed to January 2000"
    When I click "January 2000"
    And I click "19"
    Then I should see "19/01/2000"
    When I click "Close"
    And I click "back"
    Then I quit

Version data entries

3 entries across 3 versions & 1 rubygems

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