diff --git a/SUMMARY.md b/SUMMARY.md index aab7b7b22..cf9c463cf 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -26,7 +26,7 @@ * [Backend tests](backend/testing.md) * [Contributing](CONTRIBUTING.md) * [Deployment](deployment/README.md) -* [Feature Specification](cypress/integration/README.md) +* [Feature Specification](cypress/features.md) * [Code of conduct](CODE_OF_CONDUCT.md) * [License](LICENSE.md) diff --git a/cypress/integration/README.md b/cypress/features.md similarity index 96% rename from cypress/integration/README.md rename to cypress/features.md index bfc9ee2a5..345840e39 100644 --- a/cypress/integration/README.md +++ b/cypress/features.md @@ -16,7 +16,7 @@ The following features will be implemented. This gets done in three steps: ### User Account -[Cucumber Features](./user_account) +[Cucumber Features](./integration/user_account) * Sign-up * Agree to Data Privacy Statement @@ -34,7 +34,7 @@ The following features will be implemented. This gets done in three steps: ### User Profile -[Cucumber Features](./user_profile) +[Cucumber Features](./integration/user_profile) * Upload and Change Avatar * Upload and Change Profile Picture @@ -59,7 +59,7 @@ The following features will be implemented. This gets done in three steps: ### Posts -[Cucumber Features](./post/) +[Cucumber Features](./integration/post/) * Creating Posts * Persistent Links @@ -109,7 +109,7 @@ The following features will be implemented. This gets done in three steps: ### Search -[Cucumber Features](./search) +[Cucumber Features](./integration/search) * Search for Categories * Search for Tags @@ -230,7 +230,7 @@ Shows automatically related actions for existing post. ### Moderation -[Cucumber Features](./moderation) +[Cucumber Features](./integration/moderation) * Report Button for users for doubtful Content * Moderator Panel @@ -255,7 +255,7 @@ Shows automatically related actions for existing post. ### Internationalization -[Cucumber Features](./internationalization) +[Cucumber Features](./integration/internationalization) * Frontend UI * Backend Error Messages