Sha256: e381ee61c73eff55a84cbd7d630f73c1a5cc16015ace9d9bd34ef2fb2a2126b1

Contents?: true

Size: 523 Bytes

Versions: 56

Compression:

Stored size: 523 Bytes

Contents

Then /^I should see the default welcome message$/ do
  step %{I should see "Welcome to Active Admin" within "#dashboard_default_message"}
end

Then /^I should not see the default welcome message$/ do
  step %{I should not see "Welcome to Active Admin"}
end

Then /^I should see a dashboard widget "([^"]*)"$/ do |name|
  page.should have_css('.dashboard .panel h3', :text => name) 
end

Then /^I should not see a dashboard widget "([^"]*)"$/ do |name|
  page.should_not have_css('.dashboard .panel h3', :text => name) 
end

Version data entries

56 entries across 56 versions & 3 rubygems

Version Path
lalala-4.0.0.dev.141 vendor/deps/active_admin/features/step_definitions/dashboard_steps.rb
lalala-4.0.0.dev.136 vendor/deps/active_admin/features/step_definitions/dashboard_steps.rb
lalala-4.0.0.dev.135 vendor/deps/active_admin/features/step_definitions/dashboard_steps.rb
lalala-4.0.0.dev.134 vendor/deps/active_admin/features/step_definitions/dashboard_steps.rb
lalala-4.0.0.dev.133 vendor/deps/active_admin/features/step_definitions/dashboard_steps.rb
lalala-4.0.0.dev.132 vendor/deps/active_admin/features/step_definitions/dashboard_steps.rb
lalala-4.0.0.dev.131 vendor/deps/active_admin/features/step_definitions/dashboard_steps.rb
lalala-4.0.0.dev.129 vendor/deps/active_admin/features/step_definitions/dashboard_steps.rb
lalala-4.0.0.dev.128 vendor/deps/active_admin/features/step_definitions/dashboard_steps.rb
lalala-4.0.0.dev.126 vendor/deps/active_admin/features/step_definitions/dashboard_steps.rb
lalala-4.0.0.dev.125 vendor/deps/active_admin/features/step_definitions/dashboard_steps.rb
lalala-4.0.0.dev.124 vendor/deps/active_admin/features/step_definitions/dashboard_steps.rb
lalala-4.0.0.dev.123 vendor/deps/active_admin/features/step_definitions/dashboard_steps.rb
lalala-4.0.0.dev.118 vendor/deps/active_admin/features/step_definitions/dashboard_steps.rb
lalala-4.0.0.dev.116 vendor/deps/active_admin/features/step_definitions/dashboard_steps.rb
lalala-4.0.0.dev.114 vendor/deps/active_admin/features/step_definitions/dashboard_steps.rb
lalala-4.0.0.dev.113 vendor/deps/active_admin/features/step_definitions/dashboard_steps.rb
lalala-4.0.0.dev.111 vendor/deps/active_admin/features/step_definitions/dashboard_steps.rb
lalala-4.0.0.dev.109 vendor/deps/active_admin/features/step_definitions/dashboard_steps.rb
lalala-4.0.0.dev.107 vendor/deps/active_admin/features/step_definitions/dashboard_steps.rb