mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
Case sensitivity...
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user