invalid-urls #18

Merged
bucky merged 5 commits from invalid-urls into master 2023-10-07 21:13:54 -07:00
Showing only changes of commit b97ee3f3bb - Show all commits
+1 -1
View File
@@ -42,5 +42,5 @@ Feature: Homepage
Scenario: Accessing a nonexistent URL code
Given I visit the "/aaaaaa" location
Then I should be redirected to "/"
Then I should be on "/" page
And I should see the message "Link aaaaaa doesn't exist"