Sha256: bf0426b410a6487cba7c97f46de8d751aabc5f78f62917a1ec9026d19a2fcc16
Contents?: true
Size: 381 Bytes
Versions: 48
Compression:
Stored size: 381 Bytes
Contents
Then /^I should see alert with "([^"]*)" button$/ do |button_id| should_see_alert_button button_id end Then /^I should see alert with title "([^"]*)"$/ do |title| should_see_alert_with_title title end Then /^I should see alert with message "([^"]*)"$/ do |message| should_see_alert_with_message message end Then /^I should not see an alert$/ do should_not_see_alert end
Version data entries
48 entries across 48 versions & 1 rubygems