Skip to content
Snippets Groups Projects
Commit eeea57d3 authored by Raphael's avatar Raphael
Browse files

Case sensitivity...

parent 244accc9
No related branches found
No related tags found
No related merge requests found
......@@ -12,12 +12,12 @@ Feature: User creates an aspect
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 aspect list
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 "Manage Aspects"
Then I should see "Manage aspects"
And I should see "Aspect creation failed."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment