Sha256: 98bf6a5ee8106f17bf66a4ac71cd501e6991a4c7f8872401363c6d4dc144def0

Contents?: true

Size: 795 Bytes

Versions: 1

Compression:

Stored size: 795 Bytes

Contents

Feature: Ability to Handle Events or Time-Based Situations
  
  Scenario: Waiting for a general condition
    When performing a successful action on the object test page
    Then the test should wait for a success page    
  
  Scenario: Waiting for an object to be invisible
    When on the events test page
    Then the conditional button can be clicked
    When the conditional button is hidden
    Then the test will wait until the conditional button is invisible
    And after that time the conditional button should not be visible

  Scenario: Waiting for an object to be visible
    When the conditional button on the events test page is invisible
    And the conditional button is revealed
    Then the test will wait until the conditional button is visible before clicking it
    
    

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
symbiont-0.1.1 specs/events.feature