Sha256: 943786ed62483037ffab7bd9b319f5b4ee8d364488d52f1910c3ca32f8ca8901

Contents?: true

Size: 289 Bytes

Versions: 6

Compression:

Stored size: 289 Bytes

Contents

When /^I view the Redirects page$/ do
  visit "/cms/administration"
  click_on "Redirects"
end

When /^create a Redirect with the following:$/ do |table|
  redirect = table.hashes.first
  fill_in "From", :with=>redirect['from']
  fill_in "To", :with=>redirect['to']
  click_on 'Save'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
browsercms-3.4.2 features/step_definitions/redirect_steps.rb
browsercms-3.4.2.rc1 features/step_definitions/redirect_steps.rb
browsercms-3.4.1 features/step_definitions/redirect_steps.rb
browsercms-3.4.0 features/step_definitions/redirect_steps.rb
browsercms-3.4.0.rc2 features/step_definitions/redirect_steps.rb
browsercms-3.4.0.rc1 features/step_definitions/redirect_steps.rb