Sha256: f4f6a6b85270f98d813e21ad68e744e49dd701a6e74047c7b0db0c2687220578

Contents?: true

Size: 386 Bytes

Versions: 10

Compression:

Stored size: 386 Bytes

Contents

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

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

Then /^I should see a dashboard widget "([^"]*)"$/ do |name|
  Then %{I should see "#{name}" within ".dashboard .panel h3"}
end

Version data entries

10 entries across 10 versions & 4 rubygems

Version Path
andrewroth_activeadmin-0.3.4 features/step_definitions/dashboard_steps.rb
activeadmin-0.3.4 features/step_definitions/dashboard_steps.rb
activeadmin-0.3.3 features/step_definitions/dashboard_steps.rb
activeadmin-0.3.2 features/step_definitions/dashboard_steps.rb
activeadmin-0.3.1 features/step_definitions/dashboard_steps.rb
activeadmin-0.3.0 features/step_definitions/dashboard_steps.rb
nsm-activeadmin-0.2.2 features/step_definitions/dashboard_steps.rb
saulolso-activeadmin-0.2.2.1 features/step_definitions/dashboard_steps.rb
saulolso-activeadmin-0.2.2 features/step_definitions/dashboard_steps.rb
activeadmin-0.2.2 features/step_definitions/dashboard_steps.rb