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