Sha256: 26a8c0ed116780ee7ac82887cbb47b4e45c49418f6bb03d17e14399c32a06c39

Contents?: true

Size: 1.14 KB

Versions: 46

Compression:

Stored size: 1.14 KB

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

  Scenario: Wait for an element to appear on the page
    Given I am on the async elements page
    When I add a button a few seconds from now
    Then I should be able to click it when it gets added

  Scenario: Wait for an element to disappear from the page
    Given I am on the async elements page
    When I add a button a few seconds from now
    And I remove a button a few seconds from now
    Then I should not be able to find the button
   

Version data entries

46 entries across 46 versions & 4 rubygems

Version Path
page_object-1.1.3 features/async.feature
page_object-1.1.2 features/async.feature
page_object-1.1.1 features/async.feature
page-object-1.1.0 features/async.feature
page-object-lds-0.0.14 features/async.feature
page-object-lds-0.0.13 features/async.feature
page-object-lds-0.0.12 features/async.feature
page-object-lds-0.0.11 features/async.feature
page-object-lds-0.0.1 features/async.feature
page-object-1.0.3 features/async.feature
meeane-page-object-0.1.11 features/async.feature
page-object-1.0.2 features/async.feature
page-object-1.0.1 features/async.feature
page-object-1.0 features/async.feature
page-object-0.9.8 features/async.feature
page-object-0.9.7 features/async.feature
page-object-0.9.6 features/async.feature
page-object-0.9.5 features/async.feature
page-object-0.9.4 features/async.feature
page-object-0.9.3 features/async.feature