Sha256: 733e0de1d2c454881f7943146e741b72e9d435d24e186e36b48c2b6ad1db554d
Contents?: true
Size: 715 Bytes
Versions: 4
Compression:
Stored size: 715 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 becomes 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
druid-ts-1.1.3 | features/async.feature |
druid-ts-1.1.2 | features/async.feature |
druid-ts-1.1.1 | features/async.feature |
druid-ts-1.1.0 | features/async.feature |