Sha256: f4a22b5b855ce87da19ab2765eb3b6fbbae793d824ff8359d776d1d68faf4a68

Contents?: true

Size: 600 Bytes

Versions: 6

Compression:

Stored size: 600 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"

  Scenario: Executing javascript in the browser
    Given I am on the static elements page
    Given I execute the javascript "return 2 + 2;"
    Then I should get the answer "4"
    

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
druid-ts-1.1.8 features/javascript.feature
druid-ts-1.1.7 features/javascript.feature
druid-ts-1.1.6 features/javascript.feature
druid-ts-1.1.5 features/javascript.feature
druid-ts-1.1.4 features/javascript.feature
druid-ts-1.1.3 features/javascript.feature