Sha256: 4ceca03e6358da9205f95317b4bcc33df3ba510848f00a95091a27330290b0ca
Contents?: true
Size: 521 Bytes
Versions: 47
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| expect(page).to have_css '.dashboard .panel h3', text: name end Then /^I should not see a dashboard widget "([^"]*)"$/ do |name| expect(page).to_not have_css '.dashboard .panel h3', text: name end
Version data entries
47 entries across 47 versions & 6 rubygems