Sha256: 9eb59008373f6ee6f757fade9d0b316271c44b827189046678d4caa3dd6e35c9

Contents?: true

Size: 242 Bytes

Versions: 12

Compression:

Stored size: 242 Bytes

Contents

# -*- encoding : utf-8 -*-
# checkout http://blog.codefront.net/2007/03/31/testing-rescue_action_in_public-with-rspec/
Then /^I should see a flash error "([^\"]*)"$/ do |message|
  pageshould have_selector("div.notice", :text => message)
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
blacklight-4.3.0 features/step_definitions/error_steps.rb
blacklight-4.2.2 features/step_definitions/error_steps.rb
blacklight-4.2.1 features/step_definitions/error_steps.rb
blacklight-4.2.0 features/step_definitions/error_steps.rb
blacklight-4.1.0 test_support/features/step_definitions/error_steps.rb
blacklight-4.0.1 test_support/features/step_definitions/error_steps.rb
blacklight-3.8.2 test_support/features/step_definitions/error_steps.rb
blacklight-4.0.0 test_support/features/step_definitions/error_steps.rb
blacklight-4.0.0.rc2 test_support/features/step_definitions/error_steps.rb
blacklight-4.0.0.rc1 test_support/features/step_definitions/error_steps.rb
blacklight-4.0.0.pre7 test_support/features/step_definitions/error_steps.rb
blacklight-4.0.0.pre6 test_support/features/step_definitions/error_steps.rb