Sha256: 98591c3a7725ac7b246b2be8d689b9c72ab2903f5314404b165967bacc9d3716

Contents?: true

Size: 551 Bytes

Versions: 19

Compression:

Stored size: 551 Bytes

Contents

When /^I open the incremental search speedbar$/ do
  Swt.sync_exec do
    Redcar::DocumentSearch::OpenIncrementalSearchSpeedbarCommand.new.run
  end
end

When /^I open the find speedbar$/ do
  Swt.sync_exec do
    Redcar::DocumentSearch::OpenFindSpeedbarCommand.new.run
  end
end

Then /^I should see the incremental search speedbar$/ do
  Then "the Redcar::DocumentSearch::IncrementalSearchSpeedbar speedbar should be open"
end

Then /^I should see the find speedbar$/ do
  Then "the Redcar::DocumentSearch::FindSpeedbar speedbar should be open"
end

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
redcar-0.13 plugins/document_search/features/step_definitions/find_steps.rb
redcar-dev-0.13.5dev plugins/document_search/features/step_definitions/find_steps.rb
redcar-dev-0.13.4dev plugins/document_search/features/step_definitions/find_steps.rb
redcar-dev-0.13.3dev plugins/document_search/features/step_definitions/find_steps.rb
redcar-dev-0.13.2dev plugins/document_search/features/step_definitions/find_steps.rb
redcar-dev-0.13.1dev plugins/document_search/features/step_definitions/find_steps.rb
redcar-0.12.1 plugins/document_search/features/step_definitions/find_steps.rb
redcar-dev-0.13.0dev plugins/document_search/features/step_definitions/find_steps.rb
redcar-0.12 plugins/document_search/features/step_definitions/find_steps.rb
redcar-dev-0.12.27dev plugins/document_search/features/step_definitions/find_steps.rb
redcar-dev-0.12.26dev plugins/document_search/features/step_definitions/find_steps.rb
redcar-dev-0.12.25dev plugins/document_search/features/step_definitions/find_steps.rb
redcar-dev-0.12.24dev plugins/document_search/features/step_definitions/find_steps.rb
redcar-dev-0.12.23dev plugins/document_search/features/step_definitions/find_steps.rb
redcar-dev-0.12.22dev plugins/document_search/features/step_definitions/find_steps.rb
redcar-dev-0.12.21dev plugins/document_search/features/step_definitions/find_steps.rb
redcar-dev-0.12.20dev plugins/document_search/features/step_definitions/find_steps.rb
redcar-dev-0.12.19dev plugins/document_search/features/step_definitions/find_steps.rb
redcar-dev-0.12.18dev plugins/document_search/features/step_definitions/find_steps.rb