Skip to content
GitLab
Explorer
Connexion
S'inscrire
Navigation principale
Rechercher ou aller à…
Projet
P
parlote-facil
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Wiki
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Extraits de code
Compilation
Pipelines
Jobs
Planifications de pipeline
Artéfacts
Déploiement
Releases
Registre de paquets
Registre de conteneur
Registre de modèles
Opération
Environnements
Modules Terraform
Surveillance
Incidents
Analyse
Données d'analyse des chaînes de valeur
Analyse des contributeurs
Données d'analyse CI/CD
Données d'analyse du dépôt
Expériences du modèle
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
facil
parlote-facil
Validations
8d17b353
Valider
8d17b353
rédigé
il y a 14 ans
par
Stephen Caudill
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
Refactor to use a Background
parent
611852bb
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Modifications
1
Masquer les modifications d'espaces
En ligne
Côte à côte
Affichage de
1 fichier modifié
features/user_creates_an_aspect.feature
+6
-6
6 ajouts, 6 suppressions
features/user_creates_an_aspect.feature
avec
6 ajouts
et
6 suppressions
features/user_creates_an_aspect.feature
+
6
−
6
Voir le fichier @
8d17b353
...
@@ -4,20 +4,20 @@ Feature: User creates an aspect
...
@@ -4,20 +4,20 @@ Feature: User creates an aspect
As a User
As a User
I want to create a new aspect
I want to create a new aspect
Scenario
:
success
Background
:
Given
I am signed in
Given
I am signed in
And
I follow
"Manage"
in the header
And
I follow
"Manage"
in the header
And
I follow
"Add a new aspect"
And
I follow
"Add a new aspect"
When
I fill in
"Name"
with
"Dorm Mates"
in the modal window
And
I press
"Create"
in the modal window
Scenario
:
success
Given
I fill in
"Name"
with
"Dorm Mates"
in the modal window
When
I press
"Create"
in the modal window
Then
I should see
"Manage Aspects"
Then
I should see
"Manage Aspects"
And
I should see
"Dorm Mates"
in the header
And
I should see
"Dorm Mates"
in the header
And
I should see
"Dorm Mates"
in the aspect list
And
I should see
"Dorm Mates"
in the aspect list
Scenario
:
I
omit the name
Scenario
:
I
omit the name
Given
I am signed in
Given
I fill in
"Name"
with
""
in the modal window
And
I follow
"Manage"
in the header
And
I follow
"Add a new aspect"
When
I press
"Create"
in the modal window
When
I press
"Create"
in the modal window
Then
I should see
"Manage Aspects"
Then
I should see
"Manage Aspects"
And
I should see
"Aspect creation failed."
And
I should see
"Aspect creation failed."
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter