Sha256: 0e905261161e977d2c4c83d2b4429e242ce103f5bf3410b3e806f7de238c7e71

Contents?: true

Size: 521 Bytes

Versions: 12

Compression:

Stored size: 521 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

12 entries across 12 versions & 3 rubygems

Version Path
activeadmin-0.6.6 features/step_definitions/dashboard_steps.rb
activeadmin-0.6.5 features/step_definitions/dashboard_steps.rb
activeadmin-0.6.4 features/step_definitions/dashboard_steps.rb
yousty-activeadmin-1.0.4.pre features/step_definitions/dashboard_steps.rb
yousty-activeadmin-1.0.3.pre features/step_definitions/dashboard_steps.rb
yousty-activeadmin-1.0.2.pre features/step_definitions/dashboard_steps.rb
activeadmin-0.6.3 features/step_definitions/dashboard_steps.rb
yousty-activeadmin-1.0.1.pre features/step_definitions/dashboard_steps.rb
yousty-activeadmin-1.0.0.pre features/step_definitions/dashboard_steps.rb
activeadmin-0.6.2 features/step_definitions/dashboard_steps.rb
activeadmin-0.6.1 features/step_definitions/dashboard_steps.rb
aa-rails4-0.6.0 features/step_definitions/dashboard_steps.rb