Sha256: f21b69e0754dcce104911c5d195c33e452cf5ac36c0f05bcd299ce239e4cffbb

Contents?: true

Size: 510 Bytes

Versions: 2

Compression:

Stored size: 510 Bytes

Contents

Feature: Using the gwt_dialog_box Dialog Box Widget

  Background:
    Given I am on the Showcase Dialog Box page
    And I click the 'Show Dialog Box' button

  Scenario: Getting information from the page
    Then I see the showcase dialog box
    And I dialog box caption says "Sample DialogBox"
    And I dialog box content contains "This is an example of a standard dialog box component."

  Scenario: Closing the dialog
    When I close the showcase dialog box
    Then the showcase dialog box is hidden

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gwt_widgets-0.0.7 features/dialog_box.feature
gwt_widgets-0.0.6 features/dialog_box.feature