Sha256: c8f2390e98357a91707f884e1b9d8a53ce05858fdf65f623def50169fd608cb8

Contents?: true

Size: 368 Bytes

Versions: 2

Compression:

Stored size: 368 Bytes

Contents

Feature: handing modal dialogs

  Background:
    Given I am on the modal page


  Scenario: Interacting with a modal dialog
    When I open a modal dialog
    Then I should be able to close the modal
    
  Scenario: Nested modal dialogs
    When I open a modal dialog
    And I open another modal dialog from that one
    Then I should be able to close both modals

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
iemodal-0.0.4 features/modal_dialog.feature
iemodal-0.0.2 features/modal_dialog.feature