added a failing feature for dmorleys fix
This commit is contained in:
parent
e95b0d92e4
commit
4aa86750b9
1 changed files with 13 additions and 0 deletions
13
features/logged_out_browsing.feature
Normal file
13
features/logged_out_browsing.feature
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
@javascript
|
||||
Feature: Browsing Diaspora as a logged out user
|
||||
In order to view public diaspora content
|
||||
as a random internet user
|
||||
I want to view public pages
|
||||
|
||||
Background:
|
||||
Given a user named "Bob Jones" with email "bob@bob.bob"
|
||||
Given "bob@bob.bob" has a public post with text "public stuff"
|
||||
|
||||
Scenario: Visiting a profile page
|
||||
When I am on "bob@bob.bob"'s page
|
||||
Then I should see "public stuff"
|
||||
Loading…
Reference in a new issue