15 lines
493 B
Gherkin
15 lines
493 B
Gherkin
@javascript
|
|
Feature: Browsing Diaspora as a logged out user mobile
|
|
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"
|
|
And "bob@bob.bob" has a public post with text "public stuff"
|
|
And I log out
|
|
|
|
Scenario: Visiting a profile page
|
|
When I toggle the mobile view
|
|
And I am on "bob@bob.bob"'s page
|
|
Then I should see "public stuff"
|