chore: starter template
This commit is contained in:
8
e2e/tests/features/auth.feature
Normal file
8
e2e/tests/features/auth.feature
Normal file
@@ -0,0 +1,8 @@
|
||||
@auth @smoke
|
||||
Feature: Authentication
|
||||
Users sign in with email + password; the session is cookie-based.
|
||||
|
||||
Scenario: a registered user signs in through the login form
|
||||
Given a test account exists
|
||||
When "the user" signs in through the login form
|
||||
Then they land on the app
|
||||
Reference in New Issue
Block a user