added 3rd test case for submitting a url
This commit is contained in:
@@ -10,6 +10,10 @@ When('I click the {string} button') do |string|
|
||||
click_button {string}
|
||||
end
|
||||
|
||||
When('I type {string} in the {string} field') do |email_txt, email_field|
|
||||
fill_in email_field, with: email_txt
|
||||
end
|
||||
|
||||
# THEN
|
||||
|
||||
Then('I should see text {string}') do |string|
|
||||
|
||||
Reference in New Issue
Block a user