added more parts for the first scenario and updated code to work with the changes
This commit is contained in:
@@ -4,6 +4,8 @@ Feature: Homepage
|
||||
|
||||
Loading the homepage is the initial starting point for this tool
|
||||
|
||||
Scenario: Homepage Loads
|
||||
Scenario: Homepage Loads with a form
|
||||
Given I visit the homepage
|
||||
Then I should see "URL Shortener"
|
||||
Then I should see text "URL Shortener"
|
||||
And I should see a form field "url"
|
||||
And I should see a "Submit" button
|
||||
|
||||
Reference in New Issue
Block a user