Sha256: 705abecfd3c895f57fd16825b0bf78612525d6ebe94b2e494ea69b56fcd675cb

Contents?: true

Size: 716 Bytes

Versions: 8

Compression:

Stored size: 716 Bytes

Contents

Feature: Handling Asynch calls

  Scenario: Link element methods
    Given I am on the static elements page
    When I retrieve a link element
    Then I should be able to wait until it is present
    And I should be able to wait until it is visible
    And I should be able to wait until it is not visible
    And I should be able to wait until a block returns true

  Scenario: Click a button when it is visible
    Given I am on the async elements page
    When I make the button invisible
    Then I should be able to click it when it becomses visible

  Scenario: Wait until something is not visible
    Given I am on the async elements page
    Then I should be able to wait until the button becomes invisible

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
page-object-0.6.5 features/async.feature
page-object-0.6.4 features/async.feature
page-object-0.6.3 features/async.feature
page-object-0.6.2 features/async.feature
page-object-0.6.1 features/async.feature
page-object-0.6 features/async.feature
page-object-0.5.5 features/async.feature
page-object-0.5.4 features/async.feature