Feature: Login screen (throwaway smoke test) Just checking that Gherkin + Cypress actually work end to end with the currently installed preprocessor version — not meant to stay in the suite long-term. Scenario: A visitor can type their credentials into the login screen Given I am not signed in When I visit "/login" And I fill in the "email" field with "alice@example.com" And I fill in the "password" field with "correct-horse-battery-staple" Then the "email" field should have the value "alice@example.com" And the "password" field should have the value "correct-horse-battery-staple"