Sha256: 9acbc45d2504a485b3ad42ca3edf674bead19af7b05c06c19df5f4d044648d0c

Contents?: true

Size: 208 Bytes

Versions: 25

Compression:

Stored size: 208 Bytes

Contents

Then /^I should see the tags list$/ do
  page.should have_content('stuff, things, what, eh')
end

When /^I follow "([^"]*)" within the tag list$/ do |tag|
  within 'span.tags' do
    click_link tag
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
noodall-ui-0.5.15 features/step_definitions/tags_steps.rb
noodall-ui-0.5.14 features/step_definitions/tags_steps.rb
noodall-ui-0.5.13 features/step_definitions/tags_steps.rb
noodall-ui-0.5.12 features/step_definitions/tags_steps.rb
noodall-ui-0.5.11 features/step_definitions/tags_steps.rb
noodall-ui-0.5.10 features/step_definitions/tags_steps.rb
noodall-ui-0.5.9 features/step_definitions/tags_steps.rb
noodall-ui-0.5.8 features/step_definitions/tags_steps.rb
noodall-ui-0.5.7 features/step_definitions/tags_steps.rb
noodall-ui-0.5.6 features/step_definitions/tags_steps.rb
noodall-ui-0.5.5 features/step_definitions/tags_steps.rb
noodall-ui-0.5.4 features/step_definitions/tags_steps.rb
noodall-ui-0.5.3 features/step_definitions/tags_steps.rb
noodall-ui-0.5.2 features/step_definitions/tags_steps.rb
noodall-ui-0.5.1 features/step_definitions/tags_steps.rb
noodall-ui-0.5.0 features/step_definitions/tags_steps.rb
noodall-ui-0.5.0.pre.10 features/step_definitions/tags_steps.rb
noodall-ui-0.5.0.pre.9 features/step_definitions/tags_steps.rb
noodall-ui-0.5.0.pre.8 features/step_definitions/tags_steps.rb
noodall-ui-0.5.0.pre.7 features/step_definitions/tags_steps.rb