tests #7

Merged
bucky merged 2 commits from tests into master 2023-10-02 13:03:47 -07:00
Showing only changes of commit cb027e19c8 - Show all commits
+2 -2
View File
@@ -10,8 +10,8 @@ When('I click the {string} button') do |string|
click_button {string} click_button {string}
end end
When('I type {string} in the {string} field') do |email_txt, email_field| When('I type {string} in the {string} field') do |text, field|
fill_in email_field, with: email_txt fill_in field, with: text
end end
# THEN # THEN