diff --git a/features/homepage.feature b/features/homepage.feature index c0750d9..6394745 100644 --- a/features/homepage.feature +++ b/features/homepage.feature @@ -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"