Sha256: ebcddcde3985e7e54d7b1daca01457f480513fb938a293bc8f18d5a5441359fe

Contents?: true

Size: 387 Bytes

Versions: 8

Compression:

Stored size: 387 Bytes

Contents

When /I click on the (\w+) icon next to the "([^"]+)" field/ do |icon, field|
  image = browser.cell(:text => field).parent.image(:src => /#{icon}/)
  image.parent.click
end

When /I choose a "([^"]+)" resource/ do |name|
  browser.execute_script(%{$('#resource-#{name.downcase}').show();})
end

Then /^it should start transforming$/ do
  assert_match /running/, current_page_source
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
coupler-0.0.9-java features/step_definitions/resources_steps.rb
coupler-0.0.8-java features/step_definitions/resources_steps.rb
coupler-0.0.7-java features/step_definitions/resources_steps.rb
coupler-0.0.6-java features/step_definitions/resources_steps.rb
coupler-0.0.4-java features/step_definitions/resources_steps.rb
coupler-0.0.3-java features/step_definitions/resources_steps.rb
coupler-0.0.2-java features/step_definitions/resources_steps.rb
coupler-0.0.1-java features/step_definitions/resources_steps.rb