Sha256: 0bcfa2a48792c716d79ac5cb5f988e1a2eb7f9c6373b579c658ea992c8eb33d9

Contents?: true

Size: 387 Bytes

Versions: 16

Compression:

Stored size: 387 Bytes

Contents

When /^I save the tab (\d+) times and wait (\d+) seconds each time$/ do |count,time|
  count = count.to_i
  time  = time.to_i
  (1..count).each do |i|
    begin
      When "I save the tab"
      When "I wait #{time} seconds"
    rescue => e
      add_exception(e)
    end
  end
end

Then /^the tab should not have thrown SWT concurrency exceptions$/ do
  exception_count.should == 0
end

Version data entries

16 entries across 16 versions & 3 rubygems

Version Path
redcar-javascript-0.2 features/step_definitions/javascript_steps.rb
redcar-javascript-0.1-java features/step_definitions/javascript_steps.rb
redcar-dev-0.12.12dev-java plugins/javascript/features/step_definitions/javascript_steps.rb
redcar-dev-0.12.11dev-java plugins/javascript/features/step_definitions/javascript_steps.rb
redcar-dev-0.12.10dev-java plugins/javascript/features/step_definitions/javascript_steps.rb
redcar-dev-0.12.9dev-java plugins/javascript/features/step_definitions/javascript_steps.rb
redcar-dev-0.12.8dev-java plugins/javascript/features/step_definitions/javascript_steps.rb
redcar-dev-0.12.7dev-java plugins/javascript/features/step_definitions/javascript_steps.rb
redcar-dev-0.12.6dev-java plugins/javascript/features/step_definitions/javascript_steps.rb
redcar-dev-0.12.4dev-java plugins/javascript/features/step_definitions/javascript_steps.rb
redcar-dev-0.12.3dev-java plugins/javascript/features/step_definitions/javascript_steps.rb
redcar-dev-0.12.1dev-java plugins/javascript/features/step_definitions/javascript_steps.rb
redcar-dev-0.12.0dev-java plugins/javascript/features/step_definitions/javascript_steps.rb
redcar-0.11 plugins/javascript/features/step_definitions/javascript_steps.rb
redcar-0.11.0dev plugins/javascript/features/step_definitions/javascript_steps.rb
redcar-0.10 plugins/javascript/features/step_definitions/javascript_steps.rb