Sha256: d9b43bd0ccdd30bc97858a6277b48bdb3c897618d2575631942fcb03598bef3e

Contents?: true

Size: 422 Bytes

Versions: 1

Compression:

Stored size: 422 Bytes

Contents

Feature: Handling javascript events
  
  Background:

  Scenario: Waiting for ajax to complete with jQuery
    Given I am on jQuery example page
    When I ask to compute "2 + 2"
    Then I should be able to wait for the answer "4"

  Scenario: Waiting for ajax to complete with Prototype
    Given I am on the Prototype example page
    When I ask to compute "2 + 2"
    Then I should be able to wait for the answer "4"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
page-object-0.6.2 features/javascript.feature