Sha256: a7ed9c7aeedcd5798603b2726ecbfdd529de5acf30918ecd2a7dfdd84621ca30

Contents?: true

Size: 202 Bytes

Versions: 8

Compression:

Stored size: 202 Bytes

Contents

When /^I click the "([^"]+)" resource/ do |resource_name|
  browser.li(:text, resource_name).click
end

Then /^it should start the linkage process$/ 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/scenarios_steps.rb
coupler-0.0.8-java features/step_definitions/scenarios_steps.rb
coupler-0.0.7-java features/step_definitions/scenarios_steps.rb
coupler-0.0.6-java features/step_definitions/scenarios_steps.rb
coupler-0.0.4-java features/step_definitions/scenarios_steps.rb
coupler-0.0.3-java features/step_definitions/scenarios_steps.rb
coupler-0.0.2-java features/step_definitions/scenarios_steps.rb
coupler-0.0.1-java features/step_definitions/scenarios_steps.rb