Sha256: 9022f5e1f9a9dbf8ffb84e46c1964279db9df94b62a654e658c17f81951fd45e

Contents?: true

Size: 557 Bytes

Versions: 7

Compression:

Stored size: 557 Bytes

Contents

Feature: Handling Asynch calls

  Background:
    Given I am on the async elements page

  Scenario: Click a button when it is visible
    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
    Then I should be able to wait until the button becomes invisible

  Scenario: Wait for an element to disappear from the 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

7 entries across 7 versions & 2 rubygems

Version Path
druid-s-1.0.0 features/async.feature
druid-ts-1.2.6 features/async.feature
druid-ts-1.2.5 features/async.feature
druid-ts-1.2.4 features/async.feature
druid-ts-1.2.3 features/async.feature
druid-ts-1.2.2 features/async.feature
druid-ts-1.2.1 features/async.feature