test: update test files and documentation

This commit is contained in:
2026-04-26 16:37:39 -07:00
parent e61e020d9d
commit 36e273e2a1
10 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ Feature: User Authentication
@happy-path @authentication
Scenario: Navigate to login page
Given I am on the home page
When I click the "Log in" link
When I click the "Sign in" link
Then I should be on the login page
@happy-path @authentication