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