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 beb9b0c14a - Show all commits
+5
View File
@@ -39,3 +39,8 @@ Feature: Homepage
Given A link already exists with the url "https://google.com" and code "aaaaaa"
When I visit the "/aaaaaa" location
Then I should be redirected to "https://google.com"
Scenario: Accessing a nonexistent URL code
Given I visit the "/aaaaaa" location
Then I should be redirected to "/"
And I should see the message "Link aaaaaa doesn't exist"