7827479e9c
Replace @skip tag + placeholder step with just placeholder step.
Skipped scenarios now only need:
Scénario: Name
* Scénario non implémenté
- Remove @skip tags from all 26 feature files
- Add step definition returning 'skipped' for placeholder
- Update GherkinHighlighter to hide placeholder and make
skipped scenarios non-expandable (no chevron, no click)
- Update documentation with new format
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
23 lines
745 B
Gherkin
23 lines
745 B
Gherkin
# language: fr
|
|
@EVENT @priority-3
|
|
Fonctionnalité: US-5 Ajouter/modifier/supprimer un commentaire à un événement
|
|
En tant qu'utilisateur
|
|
Je peux consulter et ajouter/modifier/supprimer un commentaire à un événement
|
|
En sélectionnant l'icône "ajouter un commentaire" en dessous du titre
|
|
Afin de voir les commentaires précédents et ajouter mes notes personnelles
|
|
|
|
Contexte:
|
|
Étant donné que je suis connecté en tant qu'utilisateur
|
|
|
|
Scénario: Voir les commentaires existants
|
|
* Scénario non implémenté
|
|
|
|
Scénario: Ajouter un commentaire
|
|
* Scénario non implémenté
|
|
|
|
Scénario: Modifier un commentaire
|
|
* Scénario non implémenté
|
|
|
|
Scénario: Supprimer un commentaire
|
|
* Scénario non implémenté
|