Sha256: 91d2a61881c6f745d816f1a837f81de1f62f678b9e98beae30624cbe9d0cbdc4

Contents?: true

Size: 441 Bytes

Versions: 41

Compression:

Stored size: 441 Bytes

Contents

When /^I confirm all future JS confirm dialogs on this page$/ do
  page.evaluate_script('window.confirm = function() { return true; }')
end

When /^I cancel all future JS confirm dialogs on this page$/ do
  page.evaluate_script('window.confirm = function() { return false; }')
end

When /^I confirm popup$/ do
  page.driver.browser.switch_to.alert.accept    
end

When /^I dismiss popup$/ do
  page.driver.browser.switch_to.alert.dismiss
end

Version data entries

41 entries across 21 versions & 1 rubygems

Version Path
voluntary-0.7.1 lib/generators/voluntary/product_dummy/templates/features/step_definitions/javascript_steps.rb
voluntary-0.7.1 lib/generators/voluntary/install/templates/features/step_definitions/javascript_steps.rb
voluntary-0.7.0 lib/generators/voluntary/product_dummy/templates/features/step_definitions/javascript_steps.rb
voluntary-0.7.0 lib/generators/voluntary/install/templates/features/step_definitions/javascript_steps.rb
voluntary-0.6.0 lib/generators/voluntary/install/templates/features/step_definitions/javascript_steps.rb
voluntary-0.6.0 lib/generators/voluntary/product_dummy/templates/features/step_definitions/javascript_steps.rb
voluntary-0.5.2 lib/generators/voluntary/install/templates/features/step_definitions/javascript_steps.rb
voluntary-0.5.2 lib/generators/voluntary/product_dummy/templates/features/step_definitions/javascript_steps.rb
voluntary-0.5.1 lib/generators/voluntary/product_dummy/templates/features/step_definitions/javascript_steps.rb
voluntary-0.5.1 lib/generators/voluntary/install/templates/features/step_definitions/javascript_steps.rb
voluntary-0.5.0 lib/generators/voluntary/product_dummy/templates/features/step_definitions/javascript_steps.rb
voluntary-0.5.0 lib/generators/voluntary/install/templates/features/step_definitions/javascript_steps.rb
voluntary-0.4.0 lib/generators/voluntary/product_dummy/templates/features/step_definitions/javascript_steps.rb
voluntary-0.4.0 lib/generators/voluntary/install/templates/features/step_definitions/javascript_steps.rb
voluntary-0.3.0 lib/generators/voluntary/install/templates/features/step_definitions/javascript_steps.rb
voluntary-0.3.0 lib/generators/voluntary/product_dummy/templates/features/step_definitions/javascript_steps.rb
voluntary-0.2.4 lib/generators/voluntary/install/templates/features/step_definitions/javascript_steps.rb
voluntary-0.2.4 lib/generators/voluntary/product_dummy/templates/features/step_definitions/javascript_steps.rb
voluntary-0.2.3 lib/generators/voluntary/install/templates/features/step_definitions/javascript_steps.rb
voluntary-0.2.3 lib/generators/voluntary/product_dummy/templates/features/step_definitions/javascript_steps.rb