tests #6

Merged
bucky merged 15 commits from tests into master 2023-10-01 12:26:21 -07:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit a1ea2a09ec - Show all commits
+1 -1
View File
@@ -12,6 +12,6 @@ Feature: Homepage
Scenario: Submitting the form without entering a URL
Given I visit the '/' page
When I click the submit button
When I click the "Submit" button
Then I should be on "/" page
+2 -2
View File
@@ -6,8 +6,8 @@ end
# WHEN
When('I click the submit button') do
click_button "Submit"
When('I click the {string} button') do |string|
click_button {string}
end
# THEN