Sha256: 80b6411345fa7693abe22f32c5296dee15e7a1f2ef2e848b4916487dc815831c

Contents?: true

Size: 1.8 KB

Versions: 28

Compression:

Stored size: 1.8 KB

Contents

Feature: Dialog Test Page

  @broken
  Scenario: Show a busy dialog
    Given I go to the test pages
    When I click "DialogTestPage"
    When I click "BusyDialog"
    Then I should see "Busy dialog"
    When I wait 30 seconds
    Then I should not see "Busy dialog"
    Then I quit

  Scenario: Show a confirmation dialog
    Given I go to the test pages
    When I click "DialogTestPage"
    And I click "ConfirmationDialog"
    Then I should see "Confirmation Dialog"
    And I should see "Are you sure?"
    When I click "Yes"
    Then I should not see "Confirmation Dialog"
    And I should not see "Are you sure?"
    And I should see "You clicked"
    And I should see "true"
    Then I click "Close"
    Then I quit

  Scenario: Show an exception dialog
    Given I go to the test pages
    When I click "DialogTestPage"
    And I click "ExceptionDialog"
    Then I should see "RuntimeError"
    And I should see "Exception dialog"
    When I click "Close"
    Then I should not see "RuntimeError"
    And I should not see "Exception dialog"
    Then I quit

  Scenario: Show a message dialog
    Given I go to the test pages
    When I click "DialogTestPage"
    And I click "MessageDialog"
    Then I should see "Message Dialog"
    And I should see "This is a Message Dialog"
    When I click "Close"
    Then I should not see "Message Dialog"
    And I should not see "This is a Message Dialog"
    Then I quit

  Scenario: Show a calendar month dialog
    Given I go to the test pages
    When I click "DialogTestPage"
    And I click "MonthDialog"
    Then I should see "Wed"
    When I click "15"
    Then I should not see "Wed"
    And I should see "You clicked"
    And I should see "15/"
    When I click "Close"
    Then I should not see "You clicked"
    And I should not see "15/"
    And I should see "-15"
    Then I quit

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
RubyApp-0.0.46 features/elements/dialog.feature
RubyApp-0.0.45 features/elements/dialog.feature
RubyApp-0.0.44 features/elements/dialog.feature
RubyApp-0.0.43 features/elements/dialog.feature
RubyApp-0.0.42 features/elements/dialog.feature
RubyApp-0.0.41 features/elements/dialog.feature
RubyApp-0.0.30 features/elements/dialog.feature
RubyApp-0.0.29 features/elements/dialog.feature
RubyApp-0.0.28 features/elements/dialog.feature
RubyApp-0.0.27 features/elements/dialog.feature
RubyApp-0.0.26 features/elements/dialog.feature
RubyApp-0.0.25 features/elements/dialog.feature
RubyApp-0.0.24 features/elements/dialog.feature
RubyApp-0.0.23 features/elements/dialog.feature
RubyApp-0.0.22 features/elements/dialog.feature
RubyApp-0.0.21 features/elements/dialog.feature
RubyApp-0.0.20 features/elements/dialog.feature
RubyApp-0.0.19 features/elements/dialog.feature
RubyApp-0.0.18 features/elements/dialog.feature
RubyApp-0.0.17 features/elements/dialog.feature