Skip to content
Extraits de code Groupes Projets
Valider cb092490 rédigé par Sarah Mei's avatar Sarah Mei
Parcourir les fichiers

Refactor aspect cucumber feature - now happy path only.

parent 8193f2e3
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
@aspects @javascript @aspects @javascript
Feature: User creates an aspect Feature: User manages aspects
In order to share with a limited group In order to share with a limited group
As a User As a User
I want to create a new aspect I want to create new aspects
Background: Scenario: creating an aspect
Given I am signed in Given I am signed in
And I follow "Manage" in the header When I follow "Manage" in the header
And I follow "Add a new aspect" And I follow "Add a new aspect"
And I fill in "Name" with "Dorm Mates" in the modal window
Scenario: success And I press "Create" in the modal window
Given I fill in "Name" with "Dorm Mates" in the modal window
When I press "Create" in the modal window
Then I should see "Dorm Mates" in the header Then I should see "Dorm Mates" in the header
And I should see "Your aspect 'Dorm Mates' is empty." And I should see "Your aspect 'Dorm Mates' is empty."
Scenario: I omit the name
Given I fill in "Name" with "" in the modal window
When I press "Create" in the modal window
Then I should see "Aspect creation failed."
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter